gradients can be done as bitmaps in the elements (thus allowing for gammagroups), and then used as regular layers..
for example:
the eqvis should work with colorid's like rohan said, or it should work like the regual vis does ie:
I haven't tested it, but I will later..
for example:
PHP Code:
<bitmap
id="wasabi.frame.basetexture"
file="$gradient"
color="73,78,91"
w="256" h="256"
gammagroup="Backgrounds"
gradient_x1="0.5"
gradient_y1="0.5"
mode="circular"
points="0=#cfcfcfcf;1=0,0,0,0"
gradient_x2="1.50"
gradient_y2="0.5"
/>
PHP Code:
<eqvis
id="spline"
fitparent="1"
colortop="60,80,40"
colormiddle="255,192,255"
colorbottom="80,40,60"
colorpreamp="128,128,128"
gammagroup="eqvis"
/>
Comment