Click or drag to resize

ImageFill Method

Fills the image with a given Color.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void Fill(
	Color color
)

Parameters

color
Type: GodotColor

[Missing <param name="color"/> documentation for "M:Godot.Image.Fill(Godot.Color)"]

See Also