File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ it applies to all color channels.
94
94
Here is a top-down view, looking along the neutral L axis:
95
95
96
96
<figure>
97
- <img src="images/CH-mixing.svg" style="width: 50vw ">
97
+ <img src="images/CH-mixing.svg" style="width: 50vmin ">
98
98
<figcaption> Mixtures of peru and lightgoldenrod.
99
99
Peru has a hue angle, measured from the positive a axis,
100
100
of 63.677 degrees
@@ -127,7 +127,7 @@ it applies to all color channels.
127
127
<pre class="lang-css"> mix-color(red yellow 65%);</pre>
128
128
129
129
<figure>
130
- <img src="images/CH-mixing3.svg" style="width: 50vw ">
130
+ <img src="images/CH-mixing3.svg" style="width: 50vmin ">
131
131
<figcaption> Mixtures of red and yellow.
132
132
Red has a hue angle, measured from the positive a axis,
133
133
of 40.8526 degrees
@@ -187,7 +187,7 @@ are copied across from the first color.
187
187
<pre class="lang-css"> mix-color(lch(52% 58.1 22.7) lch(56% 49.1 257.1) hue(75.23%));</pre>
188
188
189
189
<figure>
190
- <img src="images/CH-mixing2.svg" style="width: 50vw ">
190
+ <img src="images/CH-mixing2.svg" style="width: 50vmin ">
191
191
<figcaption> Mixtures of a red and a sky blue.
192
192
The red has a hue angle, measured from the positive a axis,
193
193
of 22.7 degrees
You can’t perform that action at this time.
0 commit comments