Painting (Write your own R, G, B functions and I'll display the result!)
Width (Max 1024):
Height (Max 1024):
function R(i, j) {
return i
}
function G(i, j) {
return j
}
function B(i, j) {
return i + j
}
Start!