iced::window

Module icon

Source
Expand description

Attach an icon to the window of your application.

Structs§

Icon
An window icon normally used for the titlebar or taskbar.

Enums§

Error
An error produced when creating an Icon.

Functions§

from_fileimage
Creates an icon from an image file.
from_file_dataimage
Creates an icon from the content of an image file.
from_rgba
Builds an Icon from its RGBA pixels in the sRGB color space.