Color Examples# See these. Color # Bases: 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. blend_mode # blend_mode: BlendMode = SRC_OVER Blend mode to apply. color # color: ColorValue = BLACK Color to paint onto the canvas.