This function sets the individual Red, Green, and Blue values. The range for each color is from 0 to 255.
Table of Contents
setRGB()
Function Definition: setRGB(red, green, blue)
- Python Library: RGB LED (Quarky Intellio)
- Library Import: intellio = QuarkyIntellio()
- Mode: Stage Mode, Upload Mode
Parameters
| Name | Type | Description | Expected Values | Default Value |
|---|---|---|---|---|
| red, green, blue | int | This function sets the individual Red, Green, and Blue values. The range for each color is from 0 to 255. | 0 to 255 |
Description
Example
There are no examples documented for this article.
