Color
        Inherits: Shape
Paints the given color onto the canvas, applying the given blend_mode, with
the given color being the source and the background being the destination.
Properties
- 
          blend_mode(BlendMode) –Blend mode to apply. 
- 
          color(ColorValue) –Color to paint onto the canvas.