ColorBrushRectangle

ColorBrushRectangle(Vector2, float, float, Color, bool)

public bool ColorBrushRectangle(Vector2 pos, float width, float height, Color color, bool halftile) ;

Description

Paint a vertex color rectangle specified.

Parameters

Parameter Name Description
pos Position.
width Width.
height Height.
color Color.
halftile Fill half per tile.

Returns

true, Changed.false otherwise.