ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorProfile Class / ColorSpace Property




In This Topic
    ColorSpace Property (ImGearColorProfile)
    In This Topic
    Gets the color space of the color profile.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColorSpace As ImGearColorSpaceIDs
    'Usage
     
    Dim instance As ImGearColorProfile
    Dim value As ImGearColorSpaceIDs
     
    value = instance.ColorSpace
    public ImGearColorSpaceIDs ColorSpace {get;}
    public: __property ImGearColorSpaceIDs get_ColorSpace();
    public:
    property ImGearColorSpaceIDs ColorSpace {
       ImGearColorSpaceIDs get();
    }

    Property Value

    ImGearColorSpaceIDs enumeration value.
    Remarks
    Returns color space of the color profile, typically RGB or CMYK.
    See Also