Qb64 Manual Pdf !!install!! -

SELECT CASE month% CASE 12, 1, 2 season$ = "Winter" CASE 3 TO 5 season$ = "Spring" CASE ELSE season$ = "Other" END SELECT FOR...NEXT

COLOR _RGB(255, 255, 0) ' yellow text COLOR _RGB(0, 0, 0), _RGB(255, 255, 255) ' black on white PSET (100, 200), _RGB(255,0,0) ' draw a red pixel | Command | Syntax | Description | |---------|--------|-------------| | PSET | PSET (x,y), color | Set single pixel | | LINE | LINE (x1,y1)-(x2,y2), color | Line or rectangle | | CIRCLE | CIRCLE (cx,cy), radius, color | Circle/ellipse | | PAINT | PAINT (x,y), fill_color, border_color | Flood fill | qb64 manual pdf

LINE (0,0)-(200,200), _RGB(255,0,0), BF ' filled red square CIRCLE (400,300), 50, _RGB(0,255,0) PAINT (400,300), _RGB(0,255,0), _RGB(0,255,0) ' fill circle Loading an image: SELECT CASE month% CASE 12, 1, 2 season$

SCREEN 12 ' 640x480, 16 colors

QB64 is open source under GPLv2/LGPL. Manual text © 2024. Freely distributable. SELECT CASE month% CASE 12

Back
Top