ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorSpace Structure / IsPremultiplied Property




In This Topic
    IsPremultiplied Property
    In This Topic
    Gets a value indicating whether colorspace color channels are pre-multiplied by alpha values or not.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsPremultiplied As Boolean
    'Usage
     
    Dim instance As ImGearColorSpace
    Dim value As Boolean
     
    value = instance.IsPremultiplied
    public bool IsPremultiplied {get;}
    public: __property bool get_IsPremultiplied();
    public:
    property bool IsPremultiplied {
       bool get();
    }

    Property Value

    Boolean value.
    See Also