You can code back ground color in different ways.


Using the names of the colors

<PARAM NAME=backgroundColor VALUE="Purple">
The resulting color = Purple.


Using HSB (Hue,Saturation, and Brightness) model

<PARAM NAME=backgroundColor VALUE="#FN0PPP">
The resulting color of value "#FN0PPP" = Red


Parameter Name:  backgroundColor
Possible Values: name or red,green, blue in numbers
Default:         white
Description:     color of the background (can be specified as "Yellow" 
                 or "BBFF##0")

Back to homepage.