mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 04:44:26 +02:00
Updated Rgbw64Color object API (markdown)
@@ -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.
|
||||
|
Reference in New Issue
Block a user