Provides access to members that control the CIE Lab conversion.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The CieLabConversion coclass provides information about the location of colors within the CIELAB color space, the device-independent color model used internally by ArcObjects. Colors can be converted from RGB and HSV models to the CIELAB model. It can also be used to compare the visual difference between two colors.
The ICieLabConversion interface provides four methods for converting colors to and from the CIELAB color model (these methods are the ones used by the IColor interface's SetCIELab and GetCIELab methods).
Members
Description | ||
---|---|---|
GetDistance | Gets visual difference between two CIELAB colors. | |
HsvToLab | Converts an RGB color to a CIELAB color. | |
LabToHsv | Converts a CIELAB color to an RGB color. | |
LabToRgb | Converts a CIELAB color to an RGB color. | |
ReloadSettings | Reloads the monitor settings from the registry. | |
RgbToLab | Converts an RGB color to a CIELAB color. | |
SettingsVersion | The monitor settings version. |
CoClasses that implement ICieLabConversion
CoClasses and Classes | Description |
---|---|
CieLabConversion | Use this class to convert colers from and to the device independent CIELab color space using the monitor settings. |
See Also
IColor Interface | ICmykColor Interface | IEnumColors Interface | ICieLabConversion Interface