[][src]Module sarekt::image_data

Structs

Monocolor

Image data that represents a single color.

Enums

ImageDataFormat

Traits

ImageData

The trait used for loading images into Sarekt. An implementation is provided for the rust image crate. Feel free to create one in your own project for other crates (by wrapping in a newtype to avoid the orphan problem).