FillRectangle

data class FillRectangle(val bounds: IntRect, val color: ArgbColor) : DrawCommand(source)

Fills a rectangle with one color.

Constructors

Link copied to clipboard
constructor(bounds: IntRect, color: ArgbColor)

Properties

Link copied to clipboard

the rectangle in accumulated tree coordinates.

Link copied to clipboard

the fill color.