bind depth into OpenWindowedScreen
Posted: Mon Sep 15, 2003 6:40 am
First I want to thank Fred and his helpers, for creating a very powerful and easy to use, programming language. Also I want to thank, the hard working people, which also create very powerful and free for use PureBasic libraries and tools.
I think it would be very useful for some users, especially for those who create games, if you could bind Depth into OpenWindowedScreen.
Result = OpenWindowedScreen(WindowID, x, y, Width, Height, Depth, AutoStretch, RightOffset, BottomOffset)
0: don’t change and use current depth
4: 16 colours, independent palette available
8: 256 colours, independent palette available
16: 65000 colours, fixed palette
24: 16 Mo colours, fixed palette
32: 16 Mo colours, faster than 24 bit mode
By the way, is there a chance to bind AutoStretch in full screen mode? Why does the ChangeGamma(R, G, B, Flags) function only work in full screen mode? It would be very nice, if you could add this stuff.
Thanks very much and keep up the good work
c ya,
nco2k
I think it would be very useful for some users, especially for those who create games, if you could bind Depth into OpenWindowedScreen.
Result = OpenWindowedScreen(WindowID, x, y, Width, Height, Depth, AutoStretch, RightOffset, BottomOffset)
0: don’t change and use current depth
4: 16 colours, independent palette available
8: 256 colours, independent palette available
16: 65000 colours, fixed palette
24: 16 Mo colours, fixed palette
32: 16 Mo colours, faster than 24 bit mode
By the way, is there a chance to bind AutoStretch in full screen mode? Why does the ChangeGamma(R, G, B, Flags) function only work in full screen mode? It would be very nice, if you could add this stuff.
Thanks very much and keep up the good work

c ya,
nco2k