MemoryTexture.this
this
(int width, int height, gdk.types.MemoryFormat format, glib.bytes.Bytes bytes, size_t stride)Creates a new texture for a blob of image data.
The [glib.bytes.Bytes] must contain stride × height pixels in the given format.
Parameters
width | the width of the texture |
height | the height of the texture |
format | the format of the data |
bytes | the [glib.bytes.Bytes] containing the pixel data |
stride | rowstride for the data |
Returns
A newly-created [gdk.texture.Texture]