ImageGear for Java
ImGearFullLUT Constructor
Specifies input depth of the LUT.
Specifies whether LUT input is signed.
Specifies output depth of the LUT.
Specifies whether LUT output is signed.

This constructor creates a new instance of ImGearFullLUT object and allocates the internal table, according to input and output depths.

Initializes a new instance of the ImGearFullLUT class.
Syntax
public ImGearFullLUT( 
   int inputDepth,
   boolean inputIsSigned,
   int outputDepth,
   boolean outputIsSigned
)

Parameters

inputDepth
Specifies input depth of the LUT.
inputIsSigned
Specifies whether LUT input is signed.
outputDepth
Specifies output depth of the LUT.
outputIsSigned
Specifies whether LUT output is signed.

This constructor creates a new instance of ImGearFullLUT object and allocates the internal table, according to input and output depths.

See Also

Reference

ImGearFullLUT Class
ImGearFullLUT Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback