Click or drag to resize

ImageData Property

Holds all the image's color data in a given format. See ImageFormat constants.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Dictionary Data { get; set; }

Property Value

Type: Dictionary
See Also