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




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

Property Value

Any integer number.
See Also

Reference

ImGearLUT Class
ImGearLUT Members