Click to See Complete Forum and Search --> : How can I change gamma of the screen form bright to dark-transparent (the way shutdown does)


AndyK
November 6th, 1999, 04:37 AM
thank you

Sergio Acosta
December 3rd, 1999, 07:20 PM
Maybe it doesn't change the gamma, but instead it paints all over the screen a small grid of grey pixels. I'm just guessing, i always thought it did it that way. (look at the shutdown dialog, it is not grayed)

Anyway, i have no clue on how to do it. :)

Feng Yuan
December 4th, 1999, 04:50 AM
Create a chess-board like pattern brush, use SRCAND ROP with it to mask off half of the pixels; use SRCPAINT with a gray color to draw the gray color.