Click or drag to resize

CanvasItemGetModulate Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CanvasItem.GetModulate"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetModulate is deprecated. Use the Modulate property instead.")]
public Color GetModulate()

Return Value

Type: Color

[Missing <returns> documentation for "M:Godot.CanvasItem.GetModulate"]

See Also