ArcGIS Pro 2.6 API Reference Guide
CIMColor Class Members
Fields  Properties  Methods  Events


ArcGIS.Core.CIM Namespace : CIMColor Class

The following tables list the members exposed by CIMColor.

Protected Fields
 NameDescription
Protected Fieldstatic (Shared in Visual Basic) Default alpha value for colors.  
Top
Public Properties
 NameDescription
Public Property Gets and sets alpha.  
Public Property Gets or sets the color spaced used defined by an ICC color profile.  
Public Property 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.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)  
Public Methodstatic (Shared in Visual Basic) Creates a new CMYK color from input parameters.  
Public Methodstatic (Shared in Visual Basic) Creates a new gray color from input parameters.  
Public Methodstatic (Shared in Visual Basic) Creates a new HSL color from input parameters.  
Public Methodstatic (Shared in Visual Basic) Creates a new HSV color from input parameters.  
Public Methodstatic (Shared in Visual Basic) Creates a new RGB color from input parameters.  
Public Methodstatic (Shared in Visual Basic) Creates a new RGB color from input parameters.  
Public Methodstatic (Shared in Visual Basic) Creates a Spot color from input parameters.  
Public Methodstatic (Shared in Visual Basic) Creates an new XYZ color from input parameters.  
Public Method Gets the alpha value of the color.  
Public Method Gets the color component at the specified index.  
Public Methodstatic (Shared in Visual Basic) Creates a color object from an XML string.  
Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
Public Methodstatic (Shared in Visual Basic) Creates a fully transparent color.  
Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
Public Method Sets the alpha value on the color.  
Public Method Sets the color component at the specified index.  
Public Method Creates a JSON encoding of the CIMObject and its current state. (Inherited from ArcGIS.Core.CIM.CIMObject)
Public Method Creates an XML encoding of the CIMObject and its current state. (Inherited from ArcGIS.Core.CIM.CIMObject)
Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
Top
Protected Methods
 NameDescription
Protected Method Returns the index of the alpha color in the color array. Not implemented on CIMColor.  
Protected Method Not implemented on CIMColor.  
Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
Protected MethodOverridden.  Reads the child element inside the reader.  
Protected MethodOverridden.  Writes a child element to the writer.  
Top
Public Events
 NameDescription
Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
Top
See Also

Reference

CIMColor Class
ArcGIS.Core.CIM Namespace