Screen.Depth (gb.sdl.image)
Syntax
STATIC
PROPERTY READ
Depth
AS
Integer
Returns the Depth of the opened screen. It will return zero if the screen isn't opened.
Example
Screen.Show(640, 480, 32) PRINT Screen.Depth
32
See also
Screen.
Show