Aspose::Pdf::Facades::FontColor class
FontColor class
Class representing color of the text.
class FontColor : public System::Object
Methods
Method | Description |
---|---|
FontColor(int32_t, int32_t, int32_t) | Initializes color with specified color components. |
FontColor() | Initializes color. |
get_Blue() const | Blue component of color. |
get_Green() const | Green component of color. |
get_Red() const | Red 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
- Class Object
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++