2017-09-12 20:42:36 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2024-02-21 17:51:08 +00:00
<class name= "CanvasModulate" inherits= "Node2D" keywords= "color" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2017-09-12 20:42:36 +00:00
<brief_description >
2023-04-30 14:26:09 +00:00
A node that applies a color tint to a canvas.
2017-09-12 20:42:36 +00:00
</brief_description>
<description >
2023-04-30 14:26:09 +00:00
[CanvasModulate] applies a color tint to all nodes on a canvas. Only one can be used to tint a canvas, but [CanvasLayer]s can be used to render things independently.
2017-09-12 20:42:36 +00:00
</description>
<tutorials >
</tutorials>
<members >
2024-02-21 17:51:08 +00:00
<member name= "color" type= "Color" setter= "set_color" getter= "get_color" default= "Color(1, 1, 1, 1)" keywords= "colour" >
2017-10-09 10:49:12 +00:00
The tint color to apply.
2017-09-12 20:42:36 +00:00
</member>
</members>
</class>