Class: RGB

RGB()

A simple RGB color class. Allows for easy manipulation of colors.

Constructor

new RGB()

Source:

Classes

RGB

Methods

toString()

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