Class: Gdk::MemoryTexture
Instance Method Summary collapse
-
#initialize_raw ⇒ Gdk::MemoryTexture
Creates a new texture for a blob of image data.
Methods inherited from Texture
#download, #format, #height, #height=, #save_to_png, #save_to_png_bytes, #save_to_tiff, #save_to_tiff_bytes, try_convert, #width, #width=
Instance Method Details
#initialize_raw ⇒ Gdk::MemoryTexture
Creates a new texture for a blob of image data.
The GBytes must contain stride × height pixels
in the given format.
|
|
# File 'lib/gdk4/memory-texture.rb', line 19
|