Enum raster::filter::BlurMode [] [src]

pub enum BlurMode {
    Box,
    Gaussian,
}

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

Variants

Trait Implementations

impl Debug for BlurMode
[src]

Formats the value using the given formatter.