ColorFactory Class Members
In This Topic
The following tables list the members exposed by ColorFactory.
Public Properties
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ConstructColorRamp | Overloaded. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ConvertToColorSpace |
Convert the specified CIMColor to the provided color space. This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ConvertToHSV |
Convert the CIMColor color to CIMHSVColor. This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ConvertToRGB |
Convert the input CIMColor to CIMRGBColor. This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CreateColor |
Creates the specified color.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CreateRGBColor |
Creates the specified color.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | 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