View Single Post
05-10-11, 07:40 PM   #313
Melikae
A Fallenroot Satyr
Join Date: Apr 2006
Posts: 29
I did that with some panels, code for one panel, which is just a black shadowy bar at the bottom of my screen getting more translucent to the top:
Code:
		bg_color = "0,0,0",	gradient_color = "0,0,0",
		bg_alpha = 0.8,		gradient_alpha = 0,
So I guess setting the gradient_alpha to 0 let's the panel fade out in the direction of the gradient (for a panel anchored to the BOTTOM this would then be top).

Switching around the gradient_alpha and bg_alpha should then switch the fading to top-to-bottom...
__________________
In the beginning the Universe was created.
This has made a lot of people very angry and was widely regarded as a bad move. - Douglas Adams
  Reply With Quote