From 049dc24ec02f3a14377d833ebf60efc4de12d918 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Wed, 13 Nov 2024 04:18:23 -0500 Subject: Thermostat widget JS --- scripts/gui-common/color.js | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'scripts/gui-common/color.js') diff --git a/scripts/gui-common/color.js b/scripts/gui-common/color.js index 0b25f68..b2d255a 100644 --- a/scripts/gui-common/color.js +++ b/scripts/gui-common/color.js @@ -91,6 +91,16 @@ class Color return L.interpolate(out, s); } + + hsv_angle() + { + // TODO + } + + hsv_mag() + { + // TODO + } } const RED = new Color(1, 0, 0, 1); -- cgit v1.2.3