We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0149941 commit a2531beCopy full SHA for a2531be
cnn/index.html
@@ -24,11 +24,7 @@
24
<label>Color mode
25
<select id="colorMode">
26
<option value="grayscale">Grayscale</option>
27
- <option value="hsl">HSL</option>
28
- <option value="binary">Black/White (mod 2)</option>
29
<option value="mod4" selected>Black/White (mod 4: 01 / 23)</option>
30
- <option value="rgb">RGB</option>
31
- <option value="livingstone">Livingstone</option>
32
<option value="alleycat">Alley Cat</option>
33
</select>
34
</label>
0 commit comments