We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac71b5c commit 79587c0Copy full SHA for 79587c0
2 files changed
css-color-4/workings/blendmaker2.html
@@ -17,7 +17,7 @@
17
18
for (let i = start * scale; i > -1; i--) {
19
color.chroma = i/scale;
20
- console.log(color.to("srgb").coords);
+ console.log(i, color.to("srgb").coords);
21
if (color.inGamut("srgb")) {
22
fill = color.to("srgb");
23
} else {
css-color-4/workings/blendmakerok2.html
@@ -19,7 +19,7 @@
color.oklch.chroma = i/scale;
24
25
0 commit comments