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




In This Topic
    ColorSpace Property (ImGearDIB)
    In This Topic
    Gets color Space of current image.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColorSpace As ImGearColorSpace
    'Usage
     
    Dim instance As ImGearDIB
    Dim value As ImGearColorSpace
     
    value = instance.ColorSpace
    public ImGearColorSpace ColorSpace {get;}
    public: __property ImGearColorSpace get_ColorSpace();
    public:
    property ImGearColorSpace ColorSpace {
       ImGearColorSpace get();
    }

    Property Value

    ImGearColorSpace structure.
    See Also