Click here to Skip to main content
15,896,372 members

Comments by Rajeshkumar Ramasamy (Top 16 by date)

Rajeshkumar Ramasamy 5-Jun-13 7:11am View    
I got it :-)
Rajeshkumar Ramasamy 3-Jun-13 8:07am View    
Alpha Blend function apply the transparency to all pixels. What i want is, I have the pixel array containing the RGBA (RGB and Alpha)values consequently. I want to apply the alpha value for each pixel.
For that I am using BITMAPV4HEADER and SetDIBitsToDevice function to draw the pixel array into picture box. But the Alpha value is not working (RGB is working fine).
How can i use alpha value??
Rajeshkumar Ramasamy 27-May-13 10:03am View    
Iain,

Are you aware of Alpha Blend function?
I want to draw the Transparent BITMAP, As said earlier i have the pixel array that containing the RGB and Alpha value. But transparency not happening..

Regards,
Rajesh.
Rajeshkumar Ramasamy 27-May-13 8:38am View    
Jochen,

I am containing the pixel array containing the RGB and Alpha value. I can able to plot the RGB values in display, but Alpha (for transparency) is not working. How can Implement this?

I am using setDIBitsToDevice function to plot the pixel array into display.

Rajesh.
Rajeshkumar Ramasamy 24-May-13 2:22am View    
Put your code here.