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

GrayScaleColor.Gray Property

Returns 8-bit luminosity channel value.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property Gray As Byte
C#
public virtual byte Gray { get; }

Property Value

Luminosity channel value.

See Also

Reference