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

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

See Also

Reference