setRGB()

Function Definition: setRGB(red, green, blue)

Parameters

NameTypeDescriptionExpected ValuesDefault Value
red, green, blueintThis function sets the individual Red, Green, and Blue values. The range for each color is from 0 to 255.0 to 255

Description

This function sets the individual Red, Green, and Blue values. The range for each color is from 0 to 255.

Example

There are no examples documented for this article.