Quantcast
Channel: Cemetech
Viewing all articles
Browse latest Browse all 75721

Casio Prizm/FX Development & Programming :: RE: Flyingfisch's NEW PrizmSDK thread

$
0
0
Author: KermMartian
Posted: 25 Mar 2013 01:04:02 am (GMT -5)

flyingfisch wrote:
OK, did that, now the canvas is one px too small, and I still have all kinds of different colors instead of all black.
Forgive me if I'm wrong, but since black = 0x0000, doesn't:
Code:
         if (canvas[i][j]) {
            fillArea(i*zoom+x, j*zoom+y, zoom, zoom, canvas[i][j]);
         }
imply that you won't be drawing anything?
_________________




Viewing all articles
Browse latest Browse all 75721

Trending Articles