# Variable RadialGradientPresets
constRadialGradientPresets:object
Common radial gradient presets for convenience.
# Type declaration
# bottomLeft
readonly bottomLeft: object
Bottom-left focused radial gradient
#
bottomLeft.centerX
readonlycenterX:0=0#
bottomLeft.centerY
readonlycenterY:1=1#
bottomLeft.radius
readonlyradius:1=1
# bottomRight
readonly bottomRight: object
Bottom-right focused radial gradient
#
bottomRight.centerX
readonlycenterX:1=1#
bottomRight.centerY
readonlycenterY:1=1#
bottomRight.radius
readonlyradius:1=1
# center
readonly center: object
Center-focused radial gradient
#
center.centerX
readonlycenterX:0.5=0.5#
center.centerY
readonlycenterY:0.5=0.5#
center.radius
readonlyradius:0.8=0.8
# topLeft
readonly topLeft: object
Top-left focused radial gradient
#
topLeft.centerX
readonlycenterX:0=0#
topLeft.centerY
readonlycenterY:0=0#
topLeft.radius
readonlyradius:1=1
# topRight
readonly topRight: object
Top-right focused radial gradient
#
topRight.centerX
readonlycenterX:1=1#
topRight.centerY
readonlycenterY:0=0#
topRight.radius
readonlyradius:1=1