SCREEN DEPTH()
This command will return an integer value of the current screen depth. The depth value indicates the number of bits used to make up a color for the screen and therefore reveal how many colors in total can be used by the screen. A value of 16 indicates it is a 16-bit screen and uses 32000 colors, whereas a 32-bit screen uses 16 million colors.

SYNTAX
Return Value=SCREEN DEPTH()

RELATED INFO
Screen Commands
Glossary

EXAMPLE
Display Mode Switching