SRGB Class
Class name: SRGB
Abstract: Draw moving sectors of the circle. If windth parameter is more than
height it will draw several circles.
Parameter Name: SEQUENCE
Parameter Value: Color sequence to be used for changing
colors of the oval
Colors are coded as following:
- R - red
- O - orange
- Y - yellow
- G - green
- B - blue
- M - magenta
- K - black
- W - white
Example1:
<APPLET code="SRGB.class" width=90 height=90>
<param name=sequence value="RGYBM">
</APPLET>
Example2:
<APPLET code="SRGB.class" width=500 height=25>
<param name=sequence value="BWBW">
</APPLET>