Async RGB LED - Frame Format
Output Frame Format
Frame Type: "pixel"
"pixel"
Property | Type | Description |
| int | The index along the LED strip. Index 0 is the first LED |
| int | The red channel, [0-255] |
| int | The green channel, [0-255] |
| int | The blue channel, [0-255] |
Represents a single RGB pixel value
Last updated