Table of contents
Border
Propreties:
color→rgba?The color of the border
radius→(number|[number, number, number, number])?The radius of the border
width→number?The width of the border
Methods:
Shadow
Propreties:
blur_radius→number?The blur radius of the shadow
color→rgba?The color of the shadow
offset→Vector?The offset of the shadow
see definitions: Vector 
Methods:
Vector
Propreties:
x→numberThe X component of the vector
y→numberthe Y component of the vector
Methods:
rgb
Propreties:
blue→numberValue ranging from 0-255
green→numberValue ranging from 0-255
red→numberValue ranging from 0-255
Methods:
rgba
Propreties:
alpha→numberValue ranging from 0.0-1.0
blue→numberValue ranging from 0-255
green→numberValue ranging from 0-255
red→numberValue ranging from 0-255