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
|
function isShapeColor() / function setShapeColor(value)
function getType()
function getThemeColor() / function setThemeColor(value)
function getColorIndex() / function setColorIndex(value)
function getColor() / function setColor(value)
function getArgb() / function setArgb(value)
function getTransparency() / function setTransparency(value)