Initializes a new instance of the Color class.
TXTextControl.Color(<number> a, <number> b, <number> g, <number> r)
Parameter | 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. |