LinearWorkflow Class |
Namespace: Rhino.Render
The LinearWorkflow type exposes the following members.
Name | Description | |
---|---|---|
LinearWorkflow |
Create a utility object not associated with any document.
| |
LinearWorkflow(LinearWorkflow) |
Create a utility object not associated with any document from another object.
|
Name | Description | |
---|---|---|
Hash |
Linear workflow hash.
| |
PostProcessFrameBuffer |
Linear workflow post-process frame buffer enabled state.
| |
PostProcessGamma |
Linear workflow post-process gamma value.
| |
PostProcessGammaOn |
Linear workflow post-process gamma enabled state.
| |
PostProcessGammaReciprocal |
Reciprocal of linear workflow post-process gamma value.
| |
PreProcessColors |
Linear workflow pre-process colors enabled state.
| |
PreProcessGamma |
Linear workflow pre-process gamma value. This is currently the same as the post-process gamma value.
| |
PreProcessTextures |
Linear workflow pre-process textures enabled state.
|
Name | Description | |
---|---|---|
BeginChange | (Inherited from DocumentOrFreeFloatingBase.) | |
CopyFrom |
Copy from another linear workflow object.
(Overrides FreeFloatingBaseCopyFrom(FreeFloatingBase).) | |
Dispose | Releases all resources used by the LinearWorkflow | |
EndChange | (Inherited from DocumentOrFreeFloatingBase.) | |
Equals |
Compare two LinearWorkflow objects. They are considered equal if their hashes match.
(Overrides ObjectEquals(Object).) | |
Finalize | (Overrides FreeFloatingBaseFinalize.) | |
GetHashCode |
Get hash code for this object. It is the Hash property cast to int.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |