Property Getters/Setters Summary | ||
---|---|---|
method | getArgb() | |
method | setArgb(value) | |
Gets and sets the color from a 32-bit ARGB value. | ||
method | getColor() | |
method | setColor(value) | |
Gets and sets the RGB color. | ||
method | getColorIndex() | |
method | setColorIndex(value) | |
Gets and sets the color index in the color palette. Only applies of indexed color. | ||
method | isShapeColor() | |
method | setShapeColor(value) | |
Gets and set the color which should apply to cell or shape. | ||
method | getThemeColor() | |
method | setThemeColor(value) | |
Gets the theme color. Only applies for theme color type. | ||
method | getTransparency() | |
method | setTransparency(value) | |
Gets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear). | ||
method | getType() | |
The color type.
The value of the property is ColorType integer constant. |
Method Summary | ||
---|---|---|
method | setTintOfShapeColor(tint) | |
Set the tint of the shape color
|
boolean isShapeColor() / setShapeColor(value)
int getType()
ThemeColor getThemeColor() / setThemeColor(value)
int getColorIndex() / setColorIndex(value)
Color getColor() / setColor(value)
int getArgb() / setArgb(value)
float getTransparency() / setTransparency(value)