Outdated documentation
This documentation page refers to Godot
4.3,
and may be outdated or incorrect.
Additionally, this engine version is
no longer supported.
Check this page in the stable branch for the latest additions and corrections.
CanvasModulate
Inherits: Node2D < CanvasItem < Node < Object
A node that applies a color tint to a canvas.
Description
CanvasModulate applies a color tint to all nodes on a canvas. Only one can be used to tint a canvas, but CanvasLayers can be used to render things independently.
Properties
|
Property Descriptions
Color color = Color(1, 1, 1, 1) 🔗
The tint color to apply.