We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a22455 commit d30ae3aCopy full SHA for d30ae3a
1 file changed
textures/xor.html
@@ -51,7 +51,7 @@ <h2 id="xorTexture">The XOR Texture</h2>
51
imageData.data[id] = c;
52
imageData.data[id+1] = c;
53
imageData.data[id+2] = c;
54
- imageData.data[id+3] = c;
+ imageData.data[id+3] = 255;
55
}
56
57
@@ -126,7 +126,7 @@ <h2 id="colors">Colors</h2>
126
imageData.data[id] = 255 - c;
127
imageData.data[id+1] = c % 128;
128
imageData.data[id+2] = c / 2;
129
130
131
132
@@ -153,7 +153,7 @@ <h2 id="colors">Colors</h2>
153
154
155
156
157
158
159
0 commit comments