Updated RgbwColor object API (markdown)

Michael Miller
2023-07-05 10:55:19 -07:00
parent b5883b1b15
commit 8eb02304bb

@@ -124,3 +124,7 @@ The index operator allows accessing the R, G, B, and W properties using an index
```
uint8_t white = color[3];
```
You can also use the color index constants.
```
uint16_t white = color[ColorIndexW];
```