Oh.. I use gc:setAlpha in ABA Logique..
Beside I noted it doesn't work very well on the calculator.
Indeed, on the device, there aren't 255 levels of transparency but two :
* If you set gc:setAlpha(255) what's displayed is opaque.
* If you set something between 0 and 254, it's the same and the thing displayed is half transparent..
That's weird. On the software it works well and that's proportionnal.
So if you want the same level of transparency on the software and the calculator, you have to set gc:setAlpha(128).
Then, if you want to make a gradient or other levels you can superimpose things with this transparency.
(That's what I made in ABA Logique under the titles)