Inheritance #

ColorRect
Table of contents

ColorRect #

is_instantiable, Node, core, not_builtin_classes

A control that displays a solid color rectangle.

Displays a rectangle filled with a solid color. If you need to display the border alone, consider using a Panel instead.

Members #

var color: Color = Color(1, 1, 1, 1)#

The fill color of the rectangle.

Methods #

Annotations #

Constants #

Constructors #

Enums #

Operators #

Signals #

Theme Items #

Tutorials #