ImGearLinearLUT Class Members
In This Topic
The following tables list the members exposed by ImGearLinearLUT.
Public Constructors
Public Properties
| Name | Description |
 | InputDepth | Overridden.
Gets input depth of the LUT.
|
 | InputIsSigned | Overridden.
Gets a value whether LUT input values are signed.
|
 | Intercept |
Gets or sets LUT Intercept value.
|
 | Item | Overloaded. Overridden.
Gets or sets LUT output value corresponding to Int32 input value.
|
 | OutputDepth | Overridden.
Gets output depth of the LUT.
|
 | OutputIsSigned | Overridden.
Gets a value whether LUT output values are signed.
|
 | Slope |
Gets or sets LUT Slope value.
|
Top
Public Methods
| Name | Description |
 | Clone | Overridden.
Creates a deep copy of the object.
|
 | Concatenate | Overridden. Concatenates the content of the instance of the ImGearLinearLUT (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 ImGearLinearLUT class that this method is called from. |
Top
See Also