TextureDownloader
The GdkTextureDownloader
is used to download the contents of a class@Gdk.Texture.
It is intended to be created as a short-term object for a single download, but can be used for multiple downloads of different textures or with different settings.
GdkTextureDownloader
can be used to convert data between different formats. Create a GdkTexture
for the existing format and then download it in a different format.
Skipped during bindings generation
parameter
out_stride
: out_stride: Out parameter is not supportedparameter
data
: Array parameter of type guint8 is not supported
Since
4.10
Constructors
Functions
Creates a copy of the downloader.
Gets the color state that the data will be downloaded in.
Gets the format that the data will be downloaded in.
Gets the texture that the downloader will download.
Sets the color state the downloader will convert the data to.
Sets the format the downloader will download.
Changes the texture the downloader will download.