RgbColor Constructor

Initializes a new instance of the RgbColor class.

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

Syntax

C#
public RgbColor()

Remarks

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

See Also

Reference