4D v14.3SET SCREEN DEPTH |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
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 v11 SQL Release 6)
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)