ImageCreate Method |
Creates an empty image of given size and format. See ImageFormat constants. If use_mipmaps is true then generate mipmaps for this image. See the GenerateMipmaps(Boolean).
Namespace: Godot
public void Create( int width, int height, bool useMipmaps, ImageFormat format )
[Missing <param name="width"/> documentation for "M:Godot.Image.Create(System.Int32,System.Int32,System.Boolean,Godot.Image.Format)"]
[Missing <param name="height"/> documentation for "M:Godot.Image.Create(System.Int32,System.Int32,System.Boolean,Godot.Image.Format)"]
[Missing <param name="useMipmaps"/> documentation for "M:Godot.Image.Create(System.Int32,System.Int32,System.Boolean,Godot.Image.Format)"]
[Missing <param name="format"/> documentation for "M:Godot.Image.Create(System.Int32,System.Int32,System.Boolean,Godot.Image.Format)"]