I have a PNG image that uses transparency (it is actually a circle with gradient effect from black in the middle, to transparent on the margins). I am putting this on a form using TImage
. I set TForm1.Color
and the TForm1.TransparentColorValue
to the same value and TForm1.TransparentColor:=true
.
Now, when I run the program the gradient part of the image is displayed with the color of the form. What I am looking for is to enable the transparency of the PNG image using the transparent form effect.
What am I doing wrong? I am using Delphi 2010 Trial.