Fills an object with color
Example:
shape1: Object = circle(30, 30, 20) shape1.fill("#27a7d8") shape2: Object = circle(50, 50, 30) shape2.fill("rgb(255, 154, 0)") shape1.draw(1, 1000) shape2.draw(1, 1000)