0 Members and 1 Guest are viewing this topic.
Img = CreateImage(#PB_Any, #ResX, 240)StartDrawing(ImageOutput(Img)) For Y = 0 To 240 R + 3 : G + 1 : b + 3 LineXY(0, Y, #ResX, Y, RGB(R,G,b)) NextStopDrawing()