Add Glow
Add Glow
Example kBar and AEJuice Bar parameters with default values:
{"color":[0,0.49,1,1],"intensity":84,"radius":26}
Learn more
color
(text or array). Glow color. Values: hex code, for example, #FF0000
or rgba array in a range 0-1, for example, [1, 1, 1, 0]
.
intensity
(number). Values: between 0
and 100
. Supports float numbers like 0.5
, 3.5
, 7.2
, etc.
radius
(number). Values: -99999
and 99999
. Supports float numbers like 0.5
, 3.5
, 7.2
, etc.
Example API call with default parameters AEJuice.call("addGlow", {"color":[0,0.49,1,1],"intensity":84,"radius":26});
.