Module iced::window::icon

source ·
Expand description

Attach an icon to the window of your application.

Structs§

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

Enums§

  • An error produced when creating an Icon.

Functions§

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