Class reference
CanvasModulate
Inherits Node2D
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
Color color = Color(1, 1, 1, 1)
Color color = Color(1, 1, 1, 1)The tint color to apply.