ImageGear22.Core Assembly > ImageGear.Core Namespace : ImGearLinearLUT Class |
The following tables list the members exposed by ImGearLinearLUT.
Name | Description | |
---|---|---|
![]() | ImGearLinearLUT Constructor | Initializes a new instance of the ImGearLinearLUT class. |
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 | 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. |
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. |