DesktopDisplay.ColorDepth

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aDesktopDisplay.ColorDepth

New in 2021r3

Supported for all project types and targets.

The color depth (in bits) of the display. Most screens use 32-bit color.

Example

This example returns the depth of the user's main display:

Var cd As Integer = DesktopDisplay.DisplayAt(0).ColorDepth