public interface IColorFormat
| Modifier and Type | Method and Description |
|---|---|
double |
getBrightness()
Gets the luminosity of the specified object.
|
SolidColorType |
getColorType()
Gets the color type.
|
ThemeColor |
getObjectThemeColor()
Gets a color that is mapped to the theme color scheme.
|
Color |
getRGB()
Gets the
Color object. |
double |
getTintAndShade()
Gets the color of a color object as an index in the current color scheme.
|
void |
setBrightness(double value)
Sets the luminosity of the specified object.
|
void |
setColorType(SolidColorType value)
Sets the color type.
|
void |
setObjectThemeColor(ThemeColor value)
Sets a color that is mapped to the theme color scheme.
|
void |
setRGB(Color value)
Sets the
Color object. |
void |
setTintAndShade(double value)
Sets the color of a color object as an index in the current color scheme.
|
double getBrightness()
void setBrightness(double value)
ThemeColor getObjectThemeColor()
void setObjectThemeColor(ThemeColor value)
double getTintAndShade()
void setTintAndShade(double value)
SolidColorType getColorType()
void setColorType(SolidColorType value)