This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICieLabConversion Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the CIE Lab conversion.
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).
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 and Classes | Description |
---|---|
CieLabConversion | Use this class to convert colers from and to the device independent CIELab color space using the monitor settings. |
IColor Interface | ICieLabConversion Interface | ICmykColor Interface | IEnumColors Interface