Add color depths

This option adds color depths to display modes that are not already exposed by the system.  This option does not remove any modes already exposed by the system.  Due to limitations in Windows 8 and above, by default this option adds 8-, 16-, and 32-bit modes.  Selecting a color depth
The following color depths are supported:

8-bit


Adds 8-bit, 256-color indexed color modes. These modes have an application-defined color palette of 256 32-bit color values.

15-bit


Adds 15-bit color modes. These modes store 5 bits each of red, greeen, and blue color values in 16 bits (2 bytes) of memory per pixel. If 15-bit but not 16-bit is selected, 15-bit modes will replace 16-bit modes and display as 16-bit modes.

16-bit


Adds 16-bit color modes. These modes store 5 bits each of red and blue color values, and 6 bits of green color values, in 16 bits (2 bytes) of memory per pixel. The extra color data in the green channel increases color detail, but introduces slight color artifacts in some images. 16-bit modes in DXGL will be stored internally as 32-bit on older graphics cards, as OpenGL has limited support for this color format.

24-bit


Adds 24-bit color modes.  These modes store 8 bits each of red, green, and blue in 24 bits (3 bytes) of memory per pixel.  Because the color data is not aligned to 4-byte intervals, this mode may have poor performance.

32-bit


Adds 32-bit color modes.  These modes store 8 bits each of red, green, and blue, as well as 8 bits of padding, in 32 bits (4 bytes) of memory per pixel.  The padding bits align the pixel data to increase performance.