$.colour

Colour settings for using shape or text
Properties

                                // Set colour before creating the shape
                                $.colour.fill = "blue";         // Fill colour
                                $.colour.stroke = "orange";     // Stroke colour
                                $.shape.rectangle($.w/2, 75, 80, 60);