[Lazarus] Transparent (key color based) drawing questions

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Thu Jul 14 15:20:10 CEST 2011


On Thu, Jul 14, 2011 at 12:37 PM, Max Vlasov <max.vlasov at gmail.com> wrote:
> 1. At least on linux gtk the order of assignments should be reverse
>
> On the site
>  bmp.Transparent := True;
>  bmp.TransparentColor := clFuchsia;
>
> But the correct order is
>  bmp.TransparentColor := clFuchsia;
>  bmp.Transparent := True;

If your version works in windows too, then you can simply fix the wiki.

-- 
Felipe Monteiro de Carvalho




More information about the Lazarus mailing list