Expand description
Attach an icon to the window of your application.
Structs§
- Icon
- An window icon normally used for the titlebar or taskbar.
Enums§
Functions§
- from_
file image
- Creates an icon from an image file.
- from_
file_ data image
- Creates an icon from the content of an image file.
- from_
rgba - Builds an
Icon
from its RGBA pixels in thesRGB
color space.