ImageGear .NET - Updated
InputDepth Property (ImGearLinearLUT)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearLinearLUT Class : InputDepth Property
Gets input depth of the LUT.
Syntax
'Declaration
 
Public Overrides ReadOnly Property InputDepth As Integer
'Usage
 
Dim instance As ImGearLinearLUT
Dim value As Integer
 
value = instance.InputDepth
public override int InputDepth {get;}
public: __property int get_InputDepth() override;
public:
property int InputDepth {
   int get() override;
}

Property Value

Any integer number.
See Also

Reference

ImGearLinearLUT Class
ImGearLinearLUT Members