From 9996dd00d5d5901a14da664fed96caaff43eb9f6 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Tue, 23 Feb 2016 18:53:03 -0800 Subject: [PATCH] Updated Color objects (markdown) --- Color-objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Color-objects.md b/Color-objects.md index ab85958..c43b52d 100644 --- a/Color-objects.md +++ b/Color-objects.md @@ -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. \ No newline at end of file