Dark Bit Factory & Gravity
PROGRAMMING => General coding questions => Topic started by: Pot Noodle on May 22, 2012
-
Hi guys, I am hopping that some one can help me out with this effect.
(http://dl.dropbox.com/u/71849177/Image1.gif)
I have been playing with this with out any joy.
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))
Next
StopDrawing()
Thanks.
-
OK I have it sorted, thanks anyways..