Represents an ARGB (alpha, red, green, blue) color.

Syntax

TXTextControl.Color

Introduced: X15.

Constructors

Constructor Description
Color Initializes a new instance of the Color class.

Properties

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.