Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 10h Function 10h Subfunction 02h
 Summary                                   Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The color list is 17 bytes long. The first 16 bytes are the color
     values to be loaded into palette registers 0-15, and the last byte
     is stored in the border color register.
 
     In 16-color graphics modes, the following default palette is set
     up:
 
     Pixel value     Color
 
     01h             Blue
     02h             Green
     03h             Cyan
     04h             Red
     05h             Magenta
     06h             Brown
     07h             White
     08h             Gray
     09h             Light blue
     0Ah             Light green
     0Bh             Light cyan
     0Ch             Light red
     0Dh             Light magenta
     0Eh             Yellow
     0Fh             Intense white
                                    -♦-