Click or drag to resize

VisualServerCanvasItemSetModulate Method

Sets the color that modulates the CanvasItem and its children.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void CanvasItemSetModulate(
	RID item,
	Color color
)

Parameters

item
Type: GodotRID

[Missing <param name="item"/> documentation for "M:Godot.VisualServer.CanvasItemSetModulate(Godot.RID,Godot.Color)"]

color
Type: GodotColor

[Missing <param name="color"/> documentation for "M:Godot.VisualServer.CanvasItemSetModulate(Godot.RID,Godot.Color)"]

See Also