ltk
0.1.0
In ltk::
wallpaper
ltk
::
wallpaper
Type Alias
ImageData
Copy item path
Source
pub type ImageData = (
Arc
<
Vec
<
u8
>>,
u32
,
u32
);
Expand description
Decoded RGBA image: (pixel buffer, width, height).