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

CmykColor.A Property

Returns 8-bit alpha channel value (color opacity).

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

Syntax

Visual Basic
Public Overrides ReadOnly Property A As Byte
C#
public override byte A { get; }

Property Value

8-bit alpha channel value.

See Also

Reference