From 12ad4124b38da54e465497f90a6c98483a49451f Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 29 Mar 2023 11:53:40 -0700 Subject: [PATCH] Updated RgbwColor object API (markdown) --- RgbwColor-object-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RgbwColor-object-API.md b/RgbwColor-object-API.md index d6ec8a3..0a5bd40 100644 --- a/RgbwColor-object-API.md +++ b/RgbwColor-object-API.md @@ -1,7 +1,7 @@ RgbwColor 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. ## Properties -There are three properties that represent the component values Red, Green, Blue, and White. The values range from 0 to 255. Black would 0,0,0,0 and white using the color leds would be 255,255,255,0 and white using the white led would be 0,0,0,255. +There are three properties that represent the component values Red, Green, Blue, and White. The values range from 0 to 255. Black would 0,0,0,0 and white using the color LEDs would be 255,255,255,0 and white using the white LED would be 0,0,0,255. ``` uint8_t R;