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

RgbColor.R Property

Returns 8-bit red channel value.

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

Syntax

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

Property Value

Red channel value.

See Also

Reference