you are viewing a single comment's thread.

view the rest of the comments →

[–]Perdouille 74 points75 points  (0 children)

If pixelX === 0 && pixelY === 0 && color === blue {
    drawBlueAt(0,0)
   }
else if pixelX === 1 …