From dd74c8d45e7f7f7ac7d7503a86ddb9b8fab30131 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 29 Mar 2023 12:31:13 -0700 Subject: [PATCH] Updated Rgb16Color object API (markdown) --- Rgb16Color-object-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rgb16Color-object-API.md b/Rgb16Color-object-API.md index 5b503c4..d68b51b 100644 --- a/Rgb16Color-object-API.md +++ b/Rgb16Color-object-API.md @@ -132,7 +132,7 @@ This will blend between four colors by the amount defined by 2d weighting values ## Operators ### uint8_t operator[](size_t idx) -The index operator allows accessing the R, G, and B properties using an index. There are both read only and read write versions. +The index operator allows accessing the R, G, and B properties using an index. There is only read only versions. ``` uint8_t green = color[1]; ``` \ No newline at end of file