ImageGear v26.3 - Updated November 9, 2022
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

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