This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGrayColor Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the gray color.
Description | ||
---|---|---|
CMYK | The CMYK value of color. | |
GetCIELAB | The CIELAB value of color. | |
Level | The level of grayness of an IGrayColor (0=White - 255=Black). | |
NullColor | Indicates whether this color is null. | |
RGB | The RGB value of color. | |
SetCIELAB | The CIELAB value of color. | |
Transparency | The Alpha Blending value. (0 for transparent, 255 for opaque). | |
UseWindowsDithering | Indicates if colors should be dithered to simulate colors that aren't supported by the display. This only applies on displays that have 256 or fewer colors. |
Interfaces | Description |
---|---|
IColor | Provides access to members that control the basic color interface. |
CoClasses and Classes | Description |
---|---|
GrayColor | A color in the grayscale color system. |
IHlsColor Interface | IGrayColor Interface | IRgbColor Interface | IHsvColor Interface