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>binary raster operation codes</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Binary raster operation codes

Available if NORASTEROPS is not defined.

                P Selected pen
                D Destination bitmap

                o OR        x XOR
                a AND       n NOT


 R2_BLACK           0
 R2_NOTMERGEPEN     P
 R2_MASKNOTPEN      DPna
 R2_NOTCOPYPEN      PN
 R2_MASKPENNOT      PDna
 R2_NOT             Dn
 R2_XORPEN          DPx
 R2_NOTMASKPEN      DPan
 R2_MASKPEN         DPa
 R2_NOTXORPEN       DPxn
 R2_NOP             D
 R2_MERGENOTPEN     DPno
 R2_COPYPEN         P
 R2_MERGEPENNOT     PDno
 R2_MERGEPEN        DPo
 R2_WHITE           1

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