Hi all,
I wanted to paint a filled rectangle with transparency on my Canvas ?
Specifically like a semi-transparent rectangle, so not completely transparent...
Any idea's on how to succeed ? I've been searching on the net but I haven't found any real answers regarding this. Afaik it's not possible directly through the Graphics class, simply because using the g.setColor() method only the RGB values are passed and no aplha...
Any tricks maybe ? like using a 1 by 1 pixel Image and keep copying this till u have a rectangle ?
Im anxious to hear any input regarding this issue,
thx in advance

Reply With Quote

