Enum raster::interpolate::InterpolationMode [] [src]

pub enum InterpolationMode {
    Bilinear,
    Bicubic,
    Nearest,
}

An enum for the various modes that can be used for interpolation.

Variants

Trait Implementations

impl Debug for InterpolationMode
[src]

Formats the value using the given formatter.