public final class FontColor extends Object
Class representing color of the text.
Constructor and Description |
---|
FontColor()
Initializes color.
|
FontColor(int r,
int g,
int b)
Initializes color with specified color components.
|
Modifier and Type | Method and Description |
---|---|
int |
getBlue()
Blue component of color.
|
int |
getGreen()
Green component of color.
|
int |
getRed()
Red component of color.
|
void |
setBlue(int value) |
void |
setGreen(int value) |
void |
setRed(int value) |
Copyright © 2020 Aspose. All Rights Reserved.