Skip to content

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

Properties#

blend_mode #

blend_mode: BlendMode = SRC_OVER

Blend mode to apply.

color #

color: ColorValue = BLACK

Color to paint onto the canvas.