Click or drag to resize

ImageGetData Method

Returns a copy of the image's raw data.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public byte[] GetData()

Return Value

Type: Byte

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

See Also