Represents an ARGB (alpha, red, green, blue) color.
TXTextControl.Color Introduced: X15.
| Constructor | Description |
|---|---|
| Color | Initializes a new instance of the Color class. |
| Property | Description |
|---|---|
| a | The alpha component of the color. |
| b | The blue component of the color. |
| g | The green component of the color. |
| r | The red component of the color. |