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

RgbColor.B Property

Returns 8-bit blue channel value.

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

Syntax

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

Property Value

Blue channel value.

See Also

Reference