From 925f0ec51257a804bf96cf7e6ec2932c5133a8d5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 3 Aug 2021 17:51:47 +0800 Subject: [PATCH] Roo/lib/Color.js --- Roo/lib/Color.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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) -- 2.39.2