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

GrayScaleColor Constructor

Creates empty GrayScaleColor instance. All channels are initialized with zeros, therefore this color will be represent absolutely black and transparent grayscale value.

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

Syntax

Visual Basic
Public Sub New
C#
public GrayScaleColor()

See Also

Reference