ImageGearJava Project > com.accusoft.imagegear.core Package : ImGearRGBLUT Class |
The following tables list the members exposed by ImGearRGBLUT.
Name | Description | |
---|---|---|
ImGearRGBLUT Constructor | Overloaded. |
Name | Description | |
---|---|---|
luts | Array of single channel LUTs. (Inherited from com.accusoft.imagegear.core.ImGearMultichannelLUT) |
Name | Description | |
---|---|---|
clone | Creates a deep copy of the object. (Inherited from com.accusoft.imagegear.core.ImGearMultichannelLUT) | |
getBlueLUT | Returns the single-channel LUT for the Blue channel.
The default value is null. | |
getChannelCount | Gets number of single channel LUTs in the multi-channel LUT.
| |
getGreenLUT | Returns the single-channel LUT for the Green channel.
The default value is null. | |
getItem | Provides access to single channel LUTs within the multichannel LUT. (Inherited from com.accusoft.imagegear.core.ImGearMultichannelLUT) | |
getRedLUT | Returns the single-channel LUT for the Red channel.
The default value is null. | |
setBlueLUT | Sets the single-channel LUT for the Blue channel.
The default value is null. | |
setGreenLUT | Sets the single-channel LUT for the Green channel.
The default value is null. | |
setItem | Provides access to single channel LUTs within the multichannel LUT. (Inherited from com.accusoft.imagegear.core.ImGearMultichannelLUT) | |
setRedLUT | Sets the single-channel LUT for the Red channel.
The default value is null. |
Name | Description | |
---|---|---|
onPropertyChanged | Can be called by subclasses when their properties change. Subscribers, com.accusoft.imagegear.callbackinterfaces.IImGearPropertyChangedListeners are subsequently notified. (Inherited from com.accusoft.imagegear.core.ImGearMultichannelLUT) |