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