Enum ggez::graphics::FilterMode [] [src]

pub enum FilterMode {
    Linear,
    Nearest,
}

Specifies what blending method to use when scaling up/down images.

Variants

Trait Implementations

impl Debug for FilterMode
[src]

[src]

Formats the value using the given formatter.

impl Copy for FilterMode
[src]

impl Clone for FilterMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<FilterMethod> for FilterMode
[src]

[src]

Performs the conversion.