2017-09-13 04:42:36 +08:00
<?xml version="1.0" encoding="UTF-8" ?>
2024-02-22 01:51:08 +08:00
<class name= "CanvasModulate" inherits= "Node2D" keywords= "color" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2017-09-13 04:42:36 +08:00
<brief_description >
2023-04-30 22:26:09 +08:00
A node that applies a color tint to a canvas.
2017-09-13 04:42:36 +08:00
</brief_description>
<description >
2023-04-30 22:26:09 +08: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-13 04:42:36 +08:00
</description>
<tutorials >
</tutorials>
<members >
2024-02-22 01:51:08 +08:00
<member name= "color" type= "Color" setter= "set_color" getter= "get_color" default= "Color(1, 1, 1, 1)" keywords= "colour" >
2017-10-09 18:49:12 +08:00
The tint color to apply.
2017-09-13 04:42:36 +08:00
</member>
</members>
</class>