CIMRGBColor Class Properties
In This Topic
For a list of all members of this type, see CIMRGBColor members.
Public Properties
| | Name | Description |
 | Alpha |
Gets and sets alpha.
(Inherited from ArcGIS.Core.CIM.CIMColor) |
 | B |
Gets and sets blue.
|
 | ColorSpace |
Gets or sets the color space of the color.
This color space is defined by an ICC color profile (except for spot colors which use a dedicated color space definition).
(Inherited from ArcGIS.Core.CIM.CIMColor) |
 | G |
Gets an sets green.
|
 | R |
Gets and sets red.
|
 | Values |
Gets or sets the values for the color and alpha channels as defined by the color model. Alpha is the last value in the array for all colors.
(Inherited from ArcGIS.Core.CIM.CIMColor) |
Top
See Also