ImageGear for .NET
ImGearFullLUT Constructor
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearFullLUT Class : ImGearFullLUT 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 ImGearFullLUT 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

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

See Also

©2013. Accusoft Corporation. All Rights Reserved.