ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearFullLUT Class / InputDepth Property




In This Topic
    InputDepth Property (ImGearFullLUT)
    In This Topic
    Specifies input depth of the LUT.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property InputDepth As Integer
    'Usage
     
    Dim instance As ImGearFullLUT
    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