OutputDepth Property (ImGearLUT)
In This Topic
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