mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-10 14:24:26 +02:00
Add link to wikipedia and graphic representation of HSV colorspace
@@ -1,4 +1,7 @@
|
|||||||
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.
|
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".
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
There are three properties that represent the component values Hue, Saturation, and Brightness. The values range from 0.0f to 1.0f.
|
There are three properties that represent the component values Hue, Saturation, and Brightness. The values range from 0.0f to 1.0f.
|
||||||
|
Reference in New Issue
Block a user