在Timage控件中使用透明色

img1.Transparent := True;
with img1.Picture.Bitmap do
begin
  TransparentColor :
= clWhite;
  TransparentMode :
= tmFixed;
end;
原文地址:https://www.cnblogs.com/allegro/p/1944679.html