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

CmykColor.ColorSpace Property

Returns a color space of the color.

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

Syntax

Visual Basic
Public Overrides ReadOnly Property ColorSpace As ColorSpace
C#
public override ColorSpace ColorSpace { get; }

Property Value

ColorSpace value indicating color space of the color. CmykColor always returns Cmyk.

See Also

Reference