Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

ColorDepth

Defines all possible color depths in a display.

Enumeration Members

COLORDEPTH_UNKNOWN

COLORDEPTH_UNKNOWN: 1

Unknown color depth type


COLORDEPTH_AUTO

COLORDEPTH_AUTO: 2

Color depth type is automatic i.e display server is free to choose any. This is default.


COLORDEPTH_8

COLORDEPTH_8: 3

Display server is free to choose any color depth up to 8 bits per channel.


COLORDEPTH_10

COLORDEPTH_10: 4

Display server is free to choose any color depth up to 10 bits per channel.


COLORDEPTH_12

COLORDEPTH_12: 5

Display server is free to choose any color depth up to 12 bits per channel.


Last updated: Jul 22, 2026