A

Color.A property

Gets the alpha component value of the color.

public byte A { get; }

Property Value

The alpha component of the color. Valid values are 0 through 255.

See Also