LinearWorkflow Class

LinearWorkflow Class

This is the interface to linear workflow settings.
Inheritance Hierarchy

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class LinearWorkflow : DocumentOrFreeFloatingBase
Public NotInheritable Class LinearWorkflow
	Inherits DocumentOrFreeFloatingBase

The LinearWorkflow type exposes the following members.

Constructors
  NameDescription
Public methodLinearWorkflow
Create an utility object not associated with any document
Public methodLinearWorkflow(LinearWorkflow)
Create utility object not associated with any document from another object
Top
Properties
  NameDescription
Public propertyHash
Linear workflow CRC
Public propertyPostProcessFrameBuffer
Linear workflow active state
Public propertyPostProcessGamma
Linear workflow gamma
Public propertyPostProcessGammaReciprocal
Linear workflow gamma
Public propertyPreProcessColors
Linear workflow active state
Public propertyPreProcessGamma
Linear workflow gamma
Public propertyPreProcessTextures
Linear workflow active state
Top
Methods
  NameDescription
Public methodBeginChange
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.)
Public methodCopyFrom
Create a copy of linearworkflow
(Overrides FreeFloatingBaseCopyFrom(FreeFloatingBase).)
Public methodEndChange
See BeginChange
(Inherited from DocumentOrFreeFloatingBase.)
Public methodEquals
Compare two LinearWorkflow objects. They are considered equal when their Hashes match.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Get hash code for this object. It is the Hash property cast to int.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Rhino for Windows

Supported in: 6.14
See Also