Table of contents

  1. Border
  2. Shadow
  3. Vector
  4. rgb
  5. rgba

source


Border

Propreties:

colorrgba?

The color of the border

see definitions: rgba rgb

radius(number|[number, number, number, number])?

The radius of the border

widthnumber?

The width of the border

Methods:


Shadow

Propreties:

blur_radiusnumber?

The blur radius of the shadow

colorrgba?

The color of the shadow

see definitions: rgba rgb

offsetVector?

The offset of the shadow

see definitions: Vector

Methods:


Vector

Propreties:

xnumber

The X component of the vector

ynumber

the Y component of the vector

Methods:


rgb

Propreties:

bluenumber

Value ranging from 0-255

greennumber

Value ranging from 0-255

rednumber

Value ranging from 0-255

Methods:


rgba

Propreties:

alphanumber

Value ranging from 0.0-1.0

bluenumber

Value ranging from 0-255

greennumber

Value ranging from 0-255

rednumber

Value ranging from 0-255

Methods: