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




In This Topic
    OutputIsSigned Property (ImGearFullLUT)
    In This Topic
    Specifies whether LUT output values are signed.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property OutputIsSigned As Boolean
    'Usage
     
    Dim instance As ImGearFullLUT
    Dim value As Boolean
     
    value = instance.OutputIsSigned
    public override bool OutputIsSigned {get;}
    public: __property bool get_OutputIsSigned() override;
    public:
    property bool OutputIsSigned {
       bool get() override;
    }

    Property Value

    Boolean value.
    See Also