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




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

    Property Value

    ImGearColorProfile class object.
    Remarks
    The default value is the identity profile. It means that input Lab values are directly used as Lab Profile Connection Space values in the ICC conversion processes.
    See Also