ImGearFullLUT Class Members
In This Topic
The following tables list the members exposed by ImGearFullLUT.
Public Constructors
Public Fields
| Name | Description |
 | Table | Provides direct access to the LUT table. |
Top
Public Properties
| Name | Description |
 | InputDepth | Overridden. Specifies input depth of the LUT. |
 | InputIsSigned | Overridden. Specifies whether LUT input values are signed. |
 | Item | Overloaded. Overridden. Returns LUT output value corresponding to Int32 input value. |
 | OutputDepth | Overridden. Specifies output depth of the LUT. |
 | OutputIsSigned | Overridden. Specifies whether LUT output values are signed. |
Top
Public Methods
| Name | Description |
 | Clone | Overridden. Creates a deep copy of the object. |
 | Concatenate | Overridden. Concatenates the content of the instance of the ImGearFullLUT (that this method is called from) and the content of the specified lookupTable into the resulting output lookup table. |
 | CopyFrom | Overridden. Duplicates the content of the specified lookupTable into the instance of the ImGearFullLUT class that this method is called from. |
 | GetTableIndex | Overloaded. Obtains index in the table corresponding to Int32 input value. |
Top
See Also