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

RgbColor.G Property

Returns 8-bit green channel value.

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

Syntax

Visual Basic
Public ReadOnly Property G As Byte
C#
public byte G { get; }

Property Value

Green channel value.

See Also

Reference