Click or drag to resize

ImageIsInvisible Method

Returns true if all the image's pixels have an alpha value of 0. Returns false if any pixel has an alpha value higher than 0.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsInvisible()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Image.IsInvisible"]

See Also