FillRectOp constructor

FillRectOp(
  1. Rect2D r,
  2. Color32 color
)

Implementation

FillRectOp(this.r, this.color);