IColorFactory Interface Members
In This Topic
The following tables list the members exposed by IColorFactory.
Public Properties
Public Methods
| Name | Description |
| ConstructColorRamp | Overloaded. |
| ConvertToColorSpace |
Convert the specified CIMColor to the provided color space. This method must be called on the MCT. Use QueuedTask.Run.
|
| ConvertToHSV |
Convert the CIMColor color to CIMHSVColor. This method must be called on the MCT. Use QueuedTask.Run.
|
| ConvertToRGB |
Convert the input CIMColor to CIMRGBColor. This method must be called on the MCT. Use QueuedTask.Run.
|
| CreateColor |
Creates the specified color.
|
| CreateRGBColor |
Creates the specified color.
|
| GenerateColorsFromColorRamp |
Generate a list of [count] colors from the specified color ramp. This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also