ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorSpace Structure / ContainsExtra Property




In This Topic
    ContainsExtra Property
    In This Topic
    Gets a value indicating whether the colorspace contains extra (unknown) channels.
    Syntax
    'Declaration
     
    Public ReadOnly Property ContainsExtra As Boolean
    'Usage
     
    Dim instance As ImGearColorSpace
    Dim value As Boolean
     
    value = instance.ContainsExtra
    public bool ContainsExtra {get;}
    public: __property bool get_ContainsExtra();
    public:
    property bool ContainsExtra {
       bool get();
    }

    Property Value

    Boolean value.
    See Also