Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>common ternary raster operation codes</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Common Ternary raster operation codes

 SRCCOPY     dest=source
 SRCPAINT    dest=source OR dest
 SRCAND      dest = source AND dest
 SRCINVERT   dest = source XOR   dest
 SRCERASE    dest = source AND (not dest )
 NOTSRCCOPY  dest = (not source)
 NOTSRCERASE dest = (not source) AND (not dest)
 MERGECOPY   dest = (source AND pattern)
 MERGEPAINT  dest = (NOT source) OR dest
 PATCOPY     dest = pattern
 PATPAINT    dest = DPSnoo
 PATINVERT   dest = pattern XOR dest
 DSTINVERT   dest = (not dest)
 BLACKNESS   dest = BLACK
 WHITENESS   dest = WHITE

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson