Property Getters/Setters Summary | ||
---|---|---|
function | getColor() | |
function | setColor(value) | |
Gets the color of the glow effect. | ||
function | getRadius() | |
function | setRadius(value) | |
Gets and sets the radius of the glow, in unit of points. | ||
function | getSize() | |
function | setSize(value) | |
Gets and sets the radius of the glow, in unit of points. | ||
function | getTransparency() | |
function | setTransparency(value) | |
Gets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear). |
Property Getters/Setters Detail |
---|
getColor/setColor : CellsColor | |
function getColor() / function setColor(value) |
getRadius/setRadius : Number | |
function getRadius() / function setRadius(value) |
getSize/setSize : Number | |
function getSize() / function setSize(value) |
getTransparency/setTransparency : Number | |
function getTransparency() / function setTransparency(value) |