About Colours


To specify a colour for the applet you need to write a tag like this:

<param name="bgcolor" value="FF00AA">

The value is the hexadecimal representation of the colour in RRGGBB format (R=red, G=green, B=blue). This is the same as the way colours are specified in the <body> tag of an html document, so check there for your colours !

Examples:

FF0000
 

 

FFFF00
 

 

00FF00
 

 

00FFFF
 

 

0000FF
 

 

FF00FF
 

 

000000
 

 

FFFFFF