rem палитра gr.open 255, 255, 255, 255 gr.orientation 0 gr.set.antialias 1 gr.set.stroke 10 FOR y=0 TO 1280 step 10 FOR x=0 TO 1280 step 10 gr.color 255,x/4, y/4, 255 - x/4 gr.point t,x,y NEXT x NEXT y gr.render DO UNTIL 0