This documentation is for the old version. Go to the latest Graphics Mill docs

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).

See Also

Reference