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.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/gui-common/color.js b/scripts/gui-common/color.js
index b1aa199..eae3971 100644
--- a/scripts/gui-common/color.js
+++ b/scripts/gui-common/color.js
@@ -232,14 +232,3 @@ const PI_THIRDS = Math.PI / 3;
const TWO_PI = Math.PI * 2;
const DIVS = [RED, YELLOW, GREEN, CYAN, BLUE, MAGENTA, RED];
-
-/**
- * Interpolate between two colors
- * @param {Color} a
- * @param {Color} b
- * @param {number} p
- */
-function interpolate(a, b, p)
-{
-
-} \ No newline at end of file