ID:165402
Dec 30 2006, 8:17 pm
|
|
In Java I created an applet, how do I display clear colors on my images? Like the mask color on DM?
|
Dec 30 2006, 11:31 pm
|
|
It all depends on what graphical toolkit you're using with java. If you have PNG support, you can use PNG's alpha channel, whereas GIFs have a mask color like DMIs do and BMPs have no support for masking at all.
|