Colored rectangle. Displays a rectangle filled with a solid [member color]. If you need to display the border alone, consider using [ReferenceRect] instead. $DOCS_URL/07_demo_projects/2d/dodge_the_creeps The fill color. [codeblock] $ColorRect.color = Color(1, 0, 0, 1) # Set ColorRect's color to red. [/codeblock]