Color.A Property

Definition

Gets or sets the sRGB alpha channel value of the color.

C#
public byte A { get; set; }

Property Value

The sRGB alpha channel value of the color, a value between 0 and 255.

Remarks

The alpha channel of a Color structure determines the amount of transparency the Color has. An alpha value of 255 indicates the Color is completely opaque and a value of 0 indicates the color is completely transparent.

The sRGB channels (A, R, G, B) and the ScRGB channels (ScA, ScR, ScG, ScB) of the Color structure are synchronized properties. For example, when A, the sRGB alpha channel, is modified, the ScRGB alpha channel, ScA, is converted to the equivalent value using the 0-1 range that the Sc scheme supports.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9