ImageLoadBmpFromBuffer Method |
Loads an image from the binary contents of a BMP file.
Note: Godot's BMP module doesn't support 16-bit per pixel images. Only 1-bit, 4-bit, 8-bit, 24-bit, and 32-bit per pixel images are supported.
Namespace: Godot
public Error LoadBmpFromBuffer( byte[] buffer )
[Missing <param name="buffer"/> documentation for "M:Godot.Image.LoadBmpFromBuffer(System.Byte[])"]
[Missing <returns> documentation for "M:Godot.Image.LoadBmpFromBuffer(System.Byte[])"]