Click or drag to resize

ColorRectColor Property

The fill color.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Color Color { get; set; }

Property Value

Type: Color
See Also