Inheritance #

CanvasModulate
Table of contents

CanvasModulate #

is_instantiable, Node2D, Node, core, not_builtin_classes

A node that applies a color tint to a canvas.

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.

Members #

var color: Color = Color(1, 1, 1, 1)#

The tint color to apply.

Methods #

Annotations #

Constants #

Constructors #

Enums #

Operators #

Signals #

Theme Items #

Tutorials #