Module Windows::GDI::Bitmap
In: lib/windows/gdi/bitmap.rb

Constants

DIB_RGB_COLORS = 0
DIB_PAL_COLORS = 1
SRCCOPY = 0x00CC0020   Raster operations
SRCPAINT = 0x00EE0086
SRCAND = 0x008800C6
SRCINVERT = 0x00660046
SRCERASE = 0x00440328
NOTSRCCOPY = 0x00330008
NOTSRCERASE = 0x001100A6
MERGECOPY = 0x00C000CA
MERGEPAINT = 0x00BB0226
PATCOPY = 0x00F00021
PATPAINT = 0x00FB0A09
PATINVERT = 0x005A0049
DSTINVERT = 0x00550009
BLACKNESS = 0x00000042
WHITENESS = 0x00FF0062

[Validate]