mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 04:44:26 +02:00
Updated Color objects (markdown)
@@ -16,5 +16,5 @@ To darken the color, just reduce the L property. To brighten the color, just inc
|
||||
To randomly pick a full bright color, just randomly pick a Hue and set Saturation at 1.0f and Lightness to 0.5f.
|
||||
|
||||
# HsbColor object
|
||||
This represents a color as a HSL model and exposes useful methods to manipulate colors. While not the native color used, the extra overhead will be offset by intuitive color components and effects.
|
||||
This represents a color as a HSB (aka HSV) model and exposes useful methods to manipulate colors. While not the native color used, the extra overhead will be offset by intuitive color components and effects.
|
||||
This is included for completeness for those who are given code that uses this older format.
|
Reference in New Issue
Block a user