ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IColorFactory Interface
Properties Methods

In This Topic
    IColorFactory Interface Members
    In This Topic

    The following tables list the members exposed by IColorFactory.

    Public Properties
     NameDescription
     Property Gets the black color.  
     Property Gets the blue color.  
     Property Gets the freen color.  
     Property Gets the grey color.  
     Property Gets the red color.  
     Property Gets the white color.  
    Top
    Public Methods
     NameDescription
     MethodOverloaded.   
     Method Convert the specified CIMColor to the provided color space. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Convert the CIMColor color to CIMHSVColor. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Convert the input CIMColor to CIMRGBColor. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Creates the specified color.  
     Method Creates the specified color.  
     Method Generate a list of [count] colors from the specified color ramp. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Gets the color ramp of the specified name. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Gets the list of color ramp categories. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Gets the list of color ramp names for a specific category. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Reverses the color ramp.  
    Top
    See Also