You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

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
cmyk

CMYK.

grayScale

Grayscale.

rgb

RGB.

unknown

Undefined color space (returned when bitmap is not initialized).

See Also

Reference