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




In This Topic
    ColorSpace Property (ImGearRawLoadOptions)
    In This Topic
    Gets or sets image color space.
    Syntax
    'Declaration
     
    Public Property ColorSpace As ImGearColorSpace
    'Usage
     
    Dim instance As ImGearRawLoadOptions
    Dim value As ImGearColorSpace
     
    instance.ColorSpace = value
     
    value = instance.ColorSpace
    public ImGearColorSpace ColorSpace {get; set;}
    public: __property ImGearColorSpace get_ColorSpace();
    public: __property void set_ColorSpace( 
       ImGearColorSpace value
    );
    public:
    property ImGearColorSpace ColorSpace {
       ImGearColorSpace get();
       void set (    ImGearColorSpace value);
    }

    Property Value

    ImGearColorSpace structure.
    Remarks
    For additional information see ImageGear.Core.ImGearColorSpace.
    See Also