Initial commit — Pokemon Doors Randomiser
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import {hue} from "./color.js";
|
||||
|
||||
export default function(a, b) {
|
||||
var i = hue(+a, +b);
|
||||
return function(t) {
|
||||
var x = i(t);
|
||||
return x - 360 * Math.floor(x / 360);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user