color format | Number of character colors | Number of bits per dot |
pallet format | 16 colors | 4 bits |
256 colors | 8 bit | |
2048 colors | 16 bits (only lower 11 bits are used) | |
RGB format | 32768 colors | 16 bit |
16.77 million colors | 32 bits (only MSB and lower 24 bits are used) |
Number of bits per dot | cell data | boundary | detail |
---|---|---|---|
4 bits/dot | 32 bytes/cell | 20H byte | → |
8 bits/dot | 64 bytes/cell | 20H byte | → |
16 bits/dot | 128 bytes/cell | 20H byte | → |
32 bits/dot | 256 bytes/cell | 20H byte | → |
color format | Number of character colors | Number of bits per dot | transparent code |
pallet format | 16 colors | 4 bits/dot | 0H (4 bits) |
256 colors | 8 bits/dot | 00H (8 bit) | |
2048 colors | 16 bits/dot | 000H (lower 11 bits) | |
RGB format | 32768 colors | 16 bits/dot | MSB (bit 15) is 0 |
16.77 million colors | 32 bits/dot | MSB (bit 31) is 0 |
15 | 14 | 13 | 12 | 11 | 10 | 09 | 08 | 07 | 06 | 05 | 04 | 03 | 02 | 01 | 00 |
transparent |
---|
31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 |
transparent |
---|
15 | 14 | 13 | 12 | 11 | 10 | 09 | 08 | 07 | 06 | 05 | 04 | 03 | 02 | 01 | 00 |
GREEN data 8 bits | RED data 8 bits |
---|