|
Last change
on this file was a762898, checked in by istevanoska <ilinastevanoska@…>, 6 months ago |
|
Added visualizations
|
-
Property mode
set to
100644
|
|
File size:
295 bytes
|
| Line | |
|---|
| 1 | "use strict";
|
|---|
| 2 |
|
|---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
|---|
| 4 | value: true
|
|---|
| 5 | });
|
|---|
| 6 | exports.default = _default;
|
|---|
| 7 | var _color = require("./color.js");
|
|---|
| 8 | function _default(a, b) {
|
|---|
| 9 | var i = (0, _color.hue)(+a, +b);
|
|---|
| 10 | return function (t) {
|
|---|
| 11 | var x = i(t);
|
|---|
| 12 | return x - 360 * Math.floor(x / 360);
|
|---|
| 13 | };
|
|---|
| 14 | } |
|---|
Note:
See
TracBrowser
for help on using the repository browser.