Provides access to members that control the RGB color values.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IRgbColor maintains information about a Color by using the RGB (Red, Green, Blue) color model.
Members
Description | ||
---|---|---|
Blue | The blue component of an IRgbColor (0-255). | |
CMYK | The CMYK value of color. | |
GetCIELAB | The CIELAB value of color. | |
Green | The green component of an IRgbColor (0-255). | |
NullColor | Indicates whether this color is null. | |
Red | The red component of an IRgbColor (0-255). | |
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. |
Inherited Interfaces
Interfaces | Description |
---|---|
IColor | Provides access to members that control the basic color interface. |
CoClasses that implement IRgbColor
CoClasses and Classes | Description |
---|---|
RgbColor | A color in the RGB(Red Green Blue) color system. |
See Also
IRgbColor Interface | IGrayColor Interface | IHsvColor Interface | IHlsColor Interface