mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 04:44:26 +02:00
Updated HsbColor object API (markdown)
@@ -1,4 +1,6 @@
|
||||
HsbColor represents a color object that is represented by Hue, Saturation, Brightness component values. The primary use of this class is for easy definitions of color. The [Wikipedia article](https://en.wikipedia.org/wiki/HSL_and_HSV) on this colorspace uses the term "Value" instead of "Brightness".
|
||||
HsbColor represents a color object that is represented by Hue, Saturation, Brightness component values. The primary use of this class is for easy definitions of color. The [Wikipedia article](https://en.wikipedia.org/wiki/HSL_and_HSV) on this colorspace uses the term "Value" instead of "Brightness".
|
||||
|
||||
**NOTE:** HsbColor has no concept of RGB or W channels. It can be converted to RGB, but when converted to RGBW, RGBWW, and RGBWWW the W channels will always be empty.
|
||||
|
||||

|
||||
|
||||
|
Reference in New Issue
Block a user