Updated Color objects (markdown)

Michael Miller
2016-02-23 18:53:03 -08:00
parent 617cc87461
commit 9996dd00d5

@@ -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. 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 # 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. This is included for completeness for those who are given code that uses this older format.