Enum gfx_voxel::texture::ColorMapError [] [src]

pub enum ColorMapError {
    Img(ImageError),
    Size(u32u32String),
}

An enumeration of ColorMap errors.

Variants

The image opening error.

The image size error.

Trait Implementations

impl Debug for ColorMapError
[src]

Formats the value using the given formatter.

impl From<ImageError> for ColorMapError
[src]

Performs the conversion.