diff options
Diffstat (limited to 'scripts/gui-common/color.js')
-rw-r--r-- | scripts/gui-common/color.js | 10 |
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); |