mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 12:54:26 +02:00
Updated RgbColor object API (markdown)
@@ -16,6 +16,8 @@ Constructs a RgbColor using Red, Green, and Blue color component values.
|
||||
Constructs a RgbColor using a single brightness value(0 - 255). This works well for creating gray tone colors.
|
||||
(0) = black, (255) = white, (128) = gray
|
||||
|
||||
### RgbColor(HtmlColor color);
|
||||
Construct a RgbColor using HtmlColor, converting the Html single value to Rgb component values
|
||||
|
||||
### RgbColor(HslColor color);
|
||||
Construct a RgbColor using HslColor, converting the Hsl to Rgb
|
||||
|
Reference in New Issue
Block a user