Class reference
ColorRect
Inherits Control
A control that displays a solid color rectangle.
Description
Displays a rectangle filled with a solid color. If you need to display the border alone, consider using a Panel instead.
Properties
Color color = Color(1, 1, 1, 1)
Color color = Color(1, 1, 1, 1)The fill color of the rectangle.