Here's a stupid question.

Blitz3D Forums/Blitz3D Programming/Here's a stupid question.

Craig H. Nisbet(Posted 2003) [#1]
How do you retreive the current drawing color?


Zethrax(Posted 2003) [#2]
ColorRed()
ColorGreen()
ColorBlue()

Look in the Graphics section of the 2D docs about 2 thirds of the way down the list.


Craig H. Nisbet(Posted 2003) [#3]
Cool, thanks!