This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20.6
SET SCREEN DEPTH
|
SET SCREEN DEPTH ( depth {; color {; screen}} ) | ||||||||
Parameter | Type | Description | ||||||
depth | Longint |
![]() |
Depth of the screen (number of colors = 2 ^ Screen depth) | |||||
color | Longint |
![]() |
1 = Color, 0 = Gray Scale | |||||
screen | Longint |
![]() |
Screen number, or main screen if omitted | |||||
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.
Product: 4D
Theme: System Environment
Number:
537
Modified: 4D v11 SQL
4D Language Reference ( 4D v20)
4D Language Reference ( 4D v20.1)
4D Language Reference ( 4D v20.2)
4D Language Reference ( 4D v20.3)
4D Language Reference ( 4D v20.4)
4D Language Reference ( 4D v20.5)
4D Language Reference ( 4D v20.6)