ColorSpace Enumeration

Contains color spaces supported with Graphics Mill.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public enum ColorSpace

Members

Member name Description
Cmyk

CMYK

Grayscale

Grayscale

Lab

LAB

Rgb

RGB

Spot

Spot colors

Unknown

Undefined color space (returned when bitmap is not initialized)

See Also

Reference