setRgb abstract method

void setRgb(
  1. num r,
  2. num g,
  3. num b
)

Set the individual r, g, b channels of the color.

Implementation

void setRgb(num r, num g, num b);