Aurigma Graphics Mill 5.5 for .NET
ColorSpace Enumeration
Contains color spaces supported with Graphics Mill for .NET.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Enumeration ColorSpace
C#
public enum ColorSpace
Members
| Member name | Description | |
|---|---|---|
| Cmyk |
CMYK. |
|
| Rgb |
RGB |
|
| GrayScale |
Grayscale. |
|
| Unknown |
Undefined color space (returned when bitmap is not initialized). |