Table of Contents

Class CanvasModulate

A node that applies a color tint to a canvas.

Inheritance
CanvasModulate

Remarks

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.

See Also

Properties

color

The tint color to apply.

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

Property Value

Color

Remarks