Now I am working on a simple game. But I came across a problem: I want to make halos of different shapes from lamps. These halos should be bright colour in the center and fade out on the sides.
The question is does Java AWT supports drawing images of PNG format with alpha channel(transparency, alpha transparency - value between 0 and 255)?