Skip to content

RGBA#

This allows you to set color using red, green, blue and alpha components.

Attributes#

a#

Type: integer

The alpha component of a color.

Defaults to 255.

b#

Type: integer

The blue component of a color.

g#

Type: integer

The green component of a color.

r#

Type: integer

The red component of a color.