Up to date

This page is up to date for Godot 4.0. If you still find outdated information, please open an issue.

CanvasModulate

Inherits: Node2D < CanvasItem < Node < Object

Tint the entire canvas.

Description

CanvasModulate tints the canvas elements using its assigned color.

Properties

Color

color

Color(1, 1, 1, 1)


Property Descriptions

Color color = Color(1, 1, 1, 1)

  • void set_color ( Color value )

  • Color get_color ( )

The tint color to apply.