diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-11-15 01:38:31 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-11-15 01:38:31 -0500 |
commit | 80454eeb792f66816c62cdb78c39e0c802f9e7ed (patch) | |
tree | 23f66c7c8710a04cec47268a5e56e050baa31a0e /scripts/gui-common/color.js | |
parent | 8207d8ece74782473cc7dd6d2e47259d6ae9e1b5 (diff) |
A little extra documentation
Diffstat (limited to 'scripts/gui-common/color.js')
-rw-r--r-- | scripts/gui-common/color.js | 11 |
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 |