Image Alpha (Transperancy)

Using the old awt image class, is it possible to set an images alpha to 50% (255 / 2) ?

EDIT:

Instead of making a new thread for something that doesnt deserve a thread, does anyone know a good place advertise (for free) online RPGs?

Thanks in advanced.

[277 byte] By [Futurisdom_Developera] at [2007-11-27 11:17:42]
# 1

> Using the old awt image class, is it possible to set

> an images alpha to 50% (255 / 2) ?

Use BufferedImage:

http://java.sun.com/docs/books/tutorial/2d/index.html

BigDaddyLoveHandlesa at 2007-7-29 14:26:29 > top of Java-index,Java Essentials,Java Programming...
# 2

Thanks allot.

After a few tries it did exactly what i needed :)

Futurisdom_Developera at 2007-7-29 14:26:29 > top of Java-index,Java Essentials,Java Programming...