Skip to main content

ImageRegistry

Type Alias ImageRegistry 

Source
pub type ImageRegistry = HashMap<String, ImageData>;
Expand description

Named registry of full-colour images, looked up by an image element’s resolved source key. Empty by default (see empty_image_registry).

Aliased Type§

pub struct ImageRegistry { /* private fields */ }