Enum quicksilver::graphics::ImageScaleStrategy[][src]

#[repr(u32)]
pub enum ImageScaleStrategy { Pixelate, Blur, }

The way the images should change when drawn at a scale

Variants

The image should attempt to preserve each pixel as accurately as possible

The image should attempt to preserve the overall picture by blurring

Trait Implementations

impl Debug for ImageScaleStrategy
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations