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 |
Property Getters/Setters Detail |
---|
isShapeColor/setShapeColor : boolean | |
boolean isShapeColor() / setShapeColor(value) |
getType : int | |
int getType() |
getThemeColor/setThemeColor : ThemeColor | |
ThemeColor getThemeColor() / setThemeColor(value) |
getColorIndex/setColorIndex : int | |
int getColorIndex() / setColorIndex(value) |
getColor/setColor : Color | |
Color getColor() / setColor(value) |
getArgb/setArgb : int | |
int getArgb() / setArgb(value) |
getTransparency/setTransparency : float | |
float getTransparency() / setTransparency(value) |
Method Detail |
---|
setTintOfShapeColor | |
setTintOfShapeColor(tint) |
tint: float
-