Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gka committed Jan 27, 2022
1 parent 561d088 commit d4d60e6
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion chroma-light.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
};

chroma$6.Color = Color_1;
chroma$6.version = '2.2.0';
chroma$6.version = '2.3.0';

var chroma_1 = chroma$6;

Expand Down
2 changes: 1 addition & 1 deletion chroma-light.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions chroma.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
};

chroma$i.Color = Color_1;
chroma$i.version = '2.2.0';
chroma$i.version = '2.3.0';

var chroma_1 = chroma$i;

Expand Down Expand Up @@ -1725,7 +1725,7 @@
var r,g,b;
if (temp < 66) {
r = 255;
g = -155.25485562709179 - 0.44596950469579133 * (g = temp-2) + 104.49216199393888 * log$1(g);
g = temp < 6 ? 0 : -155.25485562709179 - 0.44596950469579133 * (g = temp-2) + 104.49216199393888 * log$1(g);
b = temp < 20 ? 0 : -254.76935184120902 + 0.8274096064007395 * (b = temp-10) + 115.67994401066147 * log$1(b);
} else {
r = 351.97690566805693 + 0.114206453784165 * (r = temp-55) - 40.25366309332127 * log$1(r);
Expand Down
2 changes: 1 addition & 1 deletion chroma.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/libs/chroma-light.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
};

chroma$6.Color = Color_1;
chroma$6.version = '2.2.0';
chroma$6.version = '2.3.0';

var chroma_1 = chroma$6;

Expand Down
2 changes: 1 addition & 1 deletion docs/libs/chroma-light.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/libs/chroma.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
};

chroma$i.Color = Color_1;
chroma$i.version = '2.2.0';
chroma$i.version = '2.3.0';

var chroma_1 = chroma$i;

Expand Down Expand Up @@ -1725,7 +1725,7 @@
var r,g,b;
if (temp < 66) {
r = 255;
g = -155.25485562709179 - 0.44596950469579133 * (g = temp-2) + 104.49216199393888 * log$1(g);
g = temp < 6 ? 0 : -155.25485562709179 - 0.44596950469579133 * (g = temp-2) + 104.49216199393888 * log$1(g);
b = temp < 20 ? 0 : -254.76935184120902 + 0.8274096064007395 * (b = temp-10) + 115.67994401066147 * log$1(b);
} else {
r = 351.97690566805693 + 0.114206453784165 * (r = temp-55) - 40.25366309332127 * log$1(r);
Expand Down
2 changes: 1 addition & 1 deletion docs/libs/chroma.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chroma-js",
"description": "JavaScript library for color conversions",
"version": "2.2.0",
"version": "2.3.0",
"author": "Gregor Aisch",
"type": "commonjs",
"homepage": "https://github.com/gka/chroma.js",
Expand Down

0 comments on commit d4d60e6

Please sign in to comment.