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

RgbColor Constructor

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

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

Syntax

Visual Basic
Public Sub New
C#
public RgbColor()

See Also

Reference