Skip to content

Color.A Property

Definition

Namespace: Brine2D.Core

Alpha component \(0\-255\). 255 = fully opaque, 0 = fully transparent.

C#
public byte A { get; init; }

Property Value

System.Byte