SourceEnum ImageData
from egui import ImageDataclass ImageData:An image stored in RAM.
To load an image file, see ColorImage.from_rgba_unmultiplied.
This is currently an enum with only one variant, but more image types may be added in the future.
See also: ColorImage.