Munching squares: Difference between revisions

Content added Content deleted
Line 246:
for( int x = 0; x < BMP_SIZE; x++ )
{
int c = ( x ^ y ) % 255256;
SetPixel( dc, x, y, clrs[c] );
}