The Arduino Reference text is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
Find anything that can be improved? Suggest corrections and new documentation via GitHub.
Doubts on how to use Github? Learn everything you need to know in this tutorial.
Set pixel color (r,g,b).
rgb.on(r, g, b)
Accepts values in range of 0-255 (8-bit).
uint8_t
None.