From: Alan Knowles Date: Tue, 3 Aug 2021 09:51:47 +0000 (+0800) Subject: Roo/lib/Color.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=925f0ec51257a804bf96cf7e6ec2932c5133a8d5 Roo/lib/Color.js --- diff --git a/Roo/lib/Color.js b/Roo/lib/Color.js index 90fc00d12c..e76321160b 100644 --- a/Roo/lib/Color.js +++ b/Roo/lib/Color.js @@ -426,7 +426,10 @@ Roo.lib.RGBColor = function (r, g, b, a){ Roo.lib.RGBColor.prototype = new Roo.lib.Color(); -/* Creates a Color specified in the HSV Color space, with an optional alpha +/* + * @class Roo.lib.HSVColor + * @extends Roo.lib.Color + * Creates a Color specified in the HSV Color space, with an optional alpha * component. The parameters are: * * h - the hue component, wrapped to the range [0,360) @@ -577,7 +580,11 @@ Roo.lib.HSVColor = function (h, s, v, a){ Roo.lib.HSVColor.prototype = new Roo.lib.Color(); -/* Creates a Color specified in the HSL Color space, with an optional alpha +/** + * @class Roo.lib.HSLColor + * @extends Roo.lib.Color + * + * Creates a Color specified in the HSL Color space, with an optional alpha * component. The parameters are: * * h - the hue component, wrapped to the range [0,360)