From 114645dd994c736791514b824318b01c9d77d231 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 5 Jul 2023 11:45:59 -0700 Subject: [PATCH] Updated Rgbw64Color object API (markdown) --- Rgbw64Color-object-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rgbw64Color-object-API.md b/Rgbw64Color-object-API.md index 73b2a85..4afd583 100644 --- a/Rgbw64Color-object-API.md +++ b/Rgbw64Color-object-API.md @@ -1,7 +1,7 @@ Rgbw64Color represents a color object that is represented by Red, Green, Blue, and White component values. Its primary use is to contain and manipulate colors for 4 element Pixels with 16bit resolution. ## Properties -There are three properties that represent the component values Red, Green, Blue, and White. The values range from 0 to 65535. Black would 0,0,0,0 and white using the color LEDs would be 65535,65535,65535,0 and white using the white LED would be 0,0,0,65535. +There are four properties that represent the component values Red, Green, Blue, and White. The values range from 0 to 65535. Black would 0,0,0,0 and white using the color LEDs would be 65535,65535,65535,0 and white using the white LED would be 0,0,0,65535. ``` uint16_t R;