what are the parameters of Graphics ?

BlitzMax Forums/BlitzMax Programming/what are the parameters of Graphics ?

Robert Cummings(Posted 2005) [#1]
The docs have actually gotten worse.

Function Graphics:TGraphics( width,height,depth=0,hertz=60,flags=0 )

It no longer explains a thing and I do not know what my fiddling with hz and flags will do.

Any help is appreciated.


Yan(Posted 2005) [#2]
It actually explains things rather well, go to the top of the 'BRL.Graphics' documentation.


Robert Cummings(Posted 2005) [#3]
Thank you.

However when I did this from the tree view, it showed weird bugs like info.bbdoc etc... when I restarted the ide, this dissapeared.

It's okay though, I found it manually. Thanks for pointing it out.