| Mix mode |
Description |
| R2.BLACK = 1 |
Pixel is always 0. |
| R2.COPYPEN = 13 |
Pixel is the pen color. |
| R2.MASKNOTPEN = 3 |
Pixel is a combination of the colors common to both the screen and the inverse of the pen. |
| R2.MASKPEN = 9 |
Pixel is a combination of the colors common to both the pen and the screen. |
| R2.MASKPENNOT = 5 |
Pixel is a combination of the colors common to both the pen and the inverse of the screen. |
| R2.MERGENOTPEN = 12 |
Pixel is a combination of the screen color and the inverse of the pen color. |
| R2.MERGEPEN = 15 |
Pixel is a combination of the pen color and the screen color. |
| R2.MERGEPENNOT = 14 |
Pixel is a combination of the pen color and the inverse of the screen color. |
| R2.NOP = 11 |
Pixel remains unchanged. |
| R2.NOT = 6 |
Pixel is the inverse of the screen color. |
| R2.NOTCOPYPEN = 4 |
Pixel is the inverse of the pen color. |
| R2.NOTMASKPEN = 8 |
Pixel is the inverse of the R2_MASKPEN color. |
| R2.NOTMERGEPEN = 2 |
Pixel is the inverse of the R2_MERGEPEN color. |
| R2.NOTXORPEN = 10 |
Pixel is the inverse of the R2_XORPEN color. |
| R2.WHITE = 16 |
Pixel is always 1. |
| R2.XORPEN = 7 |
Pixel is a combination of the colors in the pen and in the screen, but not in both. |