FontColor

FontColor class

Class representing color of the text.

The FontColor type exposes the following members:

Constructors

NameDescription
FontColor(r, g, b)Initializes a new instance of the FontColor class
FontColor()Initializes color.

Properties

NameDescription
greenGreen component of color.
redRed component of color.
blueBlue component of color.

See Also