Table of Contents

Field Argb

Namespace
Terminal.Gui.Drawing
Assembly
Terminal.Gui.dll

The value of this Color as a uint in ARGB32 format.

[JsonIgnore]
public readonly uint Argb

Returns

uint
The value of this as a uint in ARGB32 format.

Remarks

The alpha channel in the ARGB value represents rendering intent (transparency), not color identity. When matching to standard color names, only the RGB components are considered.