Color Depths

Color depths are used to specify the color depth of the screen, by passing one of them to the function set_mode() as the depth parameter.

See also Graph Modes.

List

ConstantValueDescription
MODE_8BITS8Use a color depth of 8bit. Also called MODE_8BPP.
MODE_16BITS16Use a color depth of 16bit. Also called MODE_16BPP.
MODE_32BITS32Use a color depth of 32bit. Also called MODE_32BPP.