ColorRect

Inherits: Control < CanvasItem < Node < Object

Category: Core

Brief Description

Colored rectangle.

Properties

Color color

Description

Displays a colored rectangle.

Property Descriptions

Setter set_frame_color(value)
Getter get_frame_color()

The fill color.

$ColorRect.color = Color(1, 0, 0, 1) # Set ColorRect's color to red.