ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorProfileManager Class / GrayProfile Property




In This Topic
    GrayProfile Property
    In This Topic
    Gets or sets a color profile for Grayscale color space.
    Syntax
    'Declaration
     
    Public Shared Property GrayProfile As ImGearColorProfile
    'Usage
     
    Dim value As ImGearColorProfile
     
    ImGearColorProfileManager.GrayProfile = value
     
    value = ImGearColorProfileManager.GrayProfile
    public static ImGearColorProfile GrayProfile {get; set;}
    public: __property static ImGearColorProfile* get_GrayProfile();
    public: __property static void set_GrayProfile( 
       ImGearColorProfile* value
    );
    public:
    static property ImGearColorProfile^ GrayProfile {
       ImGearColorProfile^ get();
       void set (    ImGearColorProfile^ value);
    }

    Property Value

    ImGearColorProfile class object.
    Remarks
    The default value is null.
    See Also