Updated Rgbw64Color object API (markdown)

Michael Miller
2023-07-05 10:51:47 -07:00
parent 41bf80c4a9
commit 3726b05e1d

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