TRUE == FALSE in GDI: Another rtfm?
Graphics
1
Posts
1
Posters
5
Views
1
Watching
-
This statement is going to one of my pgm docs. It's no big deal, I just want to know if anyone recalls a doc? I know I haven't run across one and this took a while to debug. Working with monochrome bitmaps and DCs introduces a surjective-only mapping of 32-bit COLORREF values onto 1-bit mono pixel values (as in FillSolidRect(), e.g.). Here is the map: 0x00000000 <= '0' <= 0x00000fff 0x00001000 <= '1' <= 0xfffff000 I don't know about adding more bitplanes to the bitmap. Tadeusz Westawic Sum quid sum.