Skip to main content
Version: Next

SET SCREEN DEPTH

SET SCREEN DEPTH ( depth {; color {; screen}} )

ParameterTypeDescription
depthLongint🡒Depth of the screen (number of colors = 2 ^ Screen depth)
colorLongint🡒1 = Color, 0 = Gray Scale
screenLongint🡒Screen number, or main screen if omitted

Description

SET SCREEN DEPTH changes the depth and color/gray scale settings of the screen whose number you pass in screen. If you omit this parameter, the command is applied to the main screen.

For details about the values you pass in color and depth, see the description of the command SCREEN DEPTH.

See also

SCREEN DEPTH