Property Getters/Setters Summary | ||
---|---|---|
method | getAngle() | |
method | setAngle(value) | |
Gets and sets the lighting angle. Range from 0 to 359.9 degrees. | ||
method | getBlur() | |
method | setBlur(value) | |
Gets and sets the blur of the shadow. Range from 0 to 100 points. | ||
method | getColor() | |
method | setColor(value) | |
Gets and sets the color of the shadow. | ||
method | getDistance() | |
method | setDistance(value) | |
Gets and sets the distance of the shadow. Range from 0 to 200 points. | ||
method | getPresetType() | |
method | setPresetType(value) | |
Gets and sets the preset shadow type of the shadow. The value of the property is PresetShadowType integer constant. | ||
method | getSize() | |
method | setSize(value) | |
Gets and sets the size of the shadow. Range from 0 to 2.0. Meaningless in inner shadow. | ||
method | getTransparency() | |
method | setTransparency(value) | |
Gets and sets the degree of transparency of the shadow. Range from 0.0 (opaque) to 1.0 (clear). |
int getPresetType() / setPresetType(value)
CellsColor getColor() / setColor(value)
float getTransparency() / setTransparency(value)
float getSize() / setSize(value)
float getBlur() / setBlur(value)
float getAngle() / setAngle(value)
float getDistance() / setDistance(value)