plushie/prop/filter_method

Filter method type for image interpolation.

Types

pub type FilterMethod {
  Nearest
  Linear
}

Constructors

  • Nearest
  • Linear

Values

pub fn to_prop_value(f: FilterMethod) -> node.PropValue

Encode a FilterMethod to its wire-format PropValue.

pub fn to_string(f: FilterMethod) -> String

Convert a FilterMethod to its wire-format string representation.

Search Document