Class: RGBA

RGBA()

A simple RGBA color class. This class extends RGB and is fully compatible with any field using RGB.

Constructor

new RGBA()

Source:

Classes

RGBA

Methods

toString()

Create a string of the stored values, needed for CSS.
Source:
Returns:
A string of the RGBA color in the format 'rgba(r,g,b,a)'