Aspose::Pdf::Facades::FontColor class

FontColor class

Class representing color of the text.

class FontColor : public System::Object

Methods

MethodDescription
FontColor(int32_t, int32_t, int32_t)Initializes color with specified color components.
FontColor()Initializes color.
get_Blue() constBlue component of color.
get_Green() constGreen component of color.
get_Red() constRed component of color.
set_Blue(int32_t)Blue component of color.
set_Green(int32_t)Green component of color.
set_Red(int32_t)Red component of color.

See Also