ImageGear .NET v25.1 - Updated
OutputDepth Property (ImGearLinearLUT)




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

Property Value

Any integer number.
See Also

Reference

ImGearLinearLUT Class
ImGearLinearLUT Members