ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMColor Class


In This Topic
    CIMColor Class Methods
    In This Topic

    For a list of all members of this type, see CIMColor members.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Determines if two CIMColor are equal.  
    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 MethodOverloaded.   
    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 Gets a hash code for the current object.  
    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 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
    See Also