With the SaxionApp you can also switch colours while drawing different figures. Create the image below in which each circle has a different colour.
Also try to use the getRandomColor()
method of SaxionApp. Since we did not cover a method returning something yet, here is how you can use it in your code:
SaxionApp.setFill(SaxionApp.getRandomColor());