Colors
The following utility commands will generate various colors:
-
randomColor() will generate a single color at random
-
randomColor(alpha) will generate a single random color with a given alpha (transparency)
-
generateColors(start_color,end_color,count) will generate a set of count colors ranging from start_color to end_color.



