Board index » cppbuilder » Transparent Color of TImage, as i want...
Ramy
![]() CBuilder Developer |
Transparent Color of TImage, as i want...2004-05-08 03:37:26 PM cppbuilder97 The color of the left-bottom pixel of a TImage is the Transparent color of the image when "Transparent = true", i think that it's VERY restricting! sometimes i need to put an image on the Form and i want that only the middle of the image will be transparent (like a hole) and that the left-bottom pixel will not be transparent. So... the question is how actually do i tell the TImage what color i want to be transparent, WITH NO ANY CONNECTION to the pixel in the corner, my logic say that it's possible, becouse the image must have some Veriable where it's keeping the color which is the "Transparent Color" , so why can't i change it to other value from inside my code? Thanks, Ramy. |