Click or drag to resize

ImageDecompress Method

Decompresses the image if it is compressed. Returns an error if decompress function is not available.

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

Return Value

Type: Error

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

See Also