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