ImageGear for Java
ImGearLinearLUT 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.

Slope and Intercept will be initialized to default values of 1.0 and 0.0. They should be initialized later, if necessary, via corresponding set properties.

Initializes a new instance of the ImGearLinearLUT class.
Syntax
public ImGearLinearLUT( 
   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.

Slope and Intercept will be initialized to default values of 1.0 and 0.0. They should be initialized later, if necessary, via corresponding set properties.

See Also

Reference

ImGearLinearLUT Class
ImGearLinearLUT Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback