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