public interface IFormatColor
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor()
Returns the fill color associated with a threshold for a data bar or color
scale conditional formatting rule.
|
int |
getColorIndex()
Returns the color index, specifying if the fill color is expressed as an
index value in the current color palette.
|
ThemeColor |
getThemeColor()
Returns one of the constants of the ColorSchemeIndex enumeration, specifying
the theme color used in a threshold of a data bar or color scale conditional
format.
|
double |
getTintAndShade()
Returns a Single that lightens or darkens the fill color of a cell for a
threshold of a data bar or color scale conditional formatting rule.
|
void |
setColor(Color value)
Sets the fill color associated with a threshold for a data bar or color scale
conditional formatting rule.
|
void |
setColorIndex(int value)
Sets the color index, specifying if the fill color is expressed as an index
value in the current color palette.
|
void |
setThemeColor(ThemeColor value)
Sets one of the constants of the ColorSchemeIndex enumeration, specifying the
theme color used in a threshold of a data bar or color scale conditional
format.
|
void |
setTintAndShade(double value)
Sets a Single that lightens or darkens the fill color of a cell for a
threshold of a data bar or color scale conditional formatting rule.
|
Color getColor()
void setColor(Color value)
int getColorIndex()
void setColorIndex(int value)
ThemeColor getThemeColor()
void setThemeColor(ThemeColor value)
double getTintAndShade()
void setTintAndShade(double value)
You can enter a number from -1 (darkest) to 1 (lightest) for the TintAndShade property. Zero (0) is neutral.