Aurigma Graphics Mill 5.5 for .NET
ColorSpace Enumeration
Specifies color spaces supported with Graphics Mill.
Namespace:
GraphicsMill
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
Syntax
Java Script
GraphicsMill.ColorSpace = function();
GraphicsMill.ColorSpace.createEnum('GraphicsMill.ColorSpace', false);
Members
| Member name | Description | |
|---|---|---|
| rgb |
RGB. |
|
| cmyk |
CMYK. |
|
| grayScale |
Grayscale. |
|
| unknown |
Undefined color space (returned when bitmap is not initialized). |