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

CmykColor Constructor

Creates empty CmykColor instance. All channels are initialized with zeros, therefore this color will be represent absolutely white and transparent CMYK value.

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

Syntax

Visual Basic
Public Sub New
C#
public CmykColor()

See Also

Reference