ImageGear for .NET
ImGearLinearLUT Constructor
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearLinearLUT Class : ImGearLinearLUT Constructor




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.

Glossary Item Box

Initializes a new instance of the ImGearLinearLUT class.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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.

Remarks

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

©2013. Accusoft Corporation. All Rights Reserved.