Updated Rgbw64Color object API (markdown)

Michael Miller
2023-04-20 10:42:33 -07:00
parent 6bb85d85d9
commit 2125ce4cd1

@@ -39,6 +39,10 @@ This will only affect the W color element.
Construct a Rgbw64Color using RgbColor, converting the R,G,B values and setting W to zero.
> * _color_ - a RgbColor object.
### Rgbw64Color(Rgb48Color color);
Construct a Rgbw64Color using Rgb48Color, copying the R,G,B values and setting W to zero.
> * _color_ - a Rgb48Color object.
### Rgbw64Color(RgbwColor color);
Construct a Rgbw64Color using RgbwColor, converting the R,G,B, and W values.
> * _color_ - a RgbwColor object.