summaryrefslogtreecommitdiff
path: root/scripts/gui-common/color.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gui-common/color.js')
-rw-r--r--scripts/gui-common/color.js10
1 files changed, 10 insertions, 0 deletions
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);