From 80454eeb792f66816c62cdb78c39e0c802f9e7ed Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 15 Nov 2024 01:38:31 -0500 Subject: A little extra documentation --- scripts/gui-common/color.js | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'scripts/gui-common/color.js') 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 -- cgit v1.2.3