RhinoCommon API
LinearWorkflow Class |
This is the interface to linear workflow settings.
SystemObject
Rhino.RenderFreeFloatingBase
Rhino.RenderDocumentOrFreeFloatingBase
Rhino.RenderLinearWorkflow
Rhino.RenderFreeFloatingBase
Rhino.RenderDocumentOrFreeFloatingBase
Rhino.RenderLinearWorkflow
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
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 CRC
| |
| PostProcessFrameBuffer |
Linear workflow active state
| |
| PostProcessGamma |
Linear workflow gamma
| |
| PostProcessGammaOn |
Linear workflow gamma
| |
| PostProcessGammaReciprocal |
Linear workflow gamma
| |
| PreProcessColors |
Linear workflow active state
| |
| PreProcessGamma |
Linear workflow gamma
| |
| PreProcessTextures |
Linear workflow active state
|
| Name | Description | |
|---|---|---|
| BeginChange |
Call this function before making any change to this object (calling a setter) otherwise undo will not work correctly. Calls to BeginChange must be paired with a call to EndChange.
(Inherited from DocumentOrFreeFloatingBase.) | |
| CopyFrom |
Create a copy of linearworkflow
(Overrides FreeFloatingBaseCopyFrom(FreeFloatingBase).) | |
| EndChange |
See BeginChange
(Inherited from DocumentOrFreeFloatingBase.) | |
| Equals |
Compare two LinearWorkflow objects. They are considered equal when
their Hashes match.
(Overrides ObjectEquals(Object).) | |
| 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.) |