Updated Rgb48Color object API (markdown)

Michael Miller
2023-07-05 10:53:07 -07:00
parent 3726b05e1d
commit 2fa5ff8328

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