tags:

views:

35

answers:

1

I have a image (png file) with opacity 35%, i want for example:

Set the opacity image to a panel BackgroundImage, the panel is over a form with backcolor black, i thought (like in photoshop happen) that the opacity of the image will do a more clear color in the panel area, but the real result is that panel appear entire white, someone know how i can do this efect in windows forms?

+1  A: 

I can't really understand the question. But it sounds like you're trying to blend an image into the background. Check out my code in this thread to see how to use ColorMatrix to achieve this.

Hans Passant
It's a tricky workaround, but I have not encountered a better method. 1+
Charlie Salts
Sorry for my english lack, but you got my point
Deumber