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, butCanvasLayers can be used to render things independently.

Tutorials

Properties

Color

color

Color(1,1,1,1)


Property Descriptions

Colorcolor =Color(1,1,1,1)🔗

The tint color to apply.


User-contributed notes

Please read theUser-contributed notes policy before submitting a comment.