Table of Contents

Property A

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

A

Gets the alpha component value of this Color structure.

[Browsable(false)]
public byte A { get; }

Property Value

byte

The alpha component value of this Color.

Remarks

The alpha component specifies the transparency of the color: 0 is fully transparent, and 255 is fully opaque. Likewise, an A value of 255 represents an opaque color. An A value from 1 through 254 represents a semitransparent color. The color becomes more opaque as A approaches 255.