The color space for graphics.
Hierarchy
System.Object
    System.ValueType
        System.Enum
            WebSupergoo.ImageGlue8.ColorSpace
Interfaces
System.IComparable
System.IFormattable
System.IConvertible
Notes

This class is sealed. It cannot be derived from.

Fields
Field Description
CMYK Subtractive color space in Cyan, Magenta, Yellow and Black.
Gray Grayscale indicating level of black ink.
None No color space.
RGB Additive color space in Red, Green and Blue.
Example

None.