loFi property

FilterModel loFi
getter/setter pair

Lo-Fi: Enriches color and adds strong shadows through the use of saturation and "warming" the temperature

Implementation

static FilterModel loFi = FilterModel(
  name: "Lo-Fi",
  filters: [
    ColorFilterAddons.contrast(0.15),
    ColorFilterAddons.saturation(0.2),
  ],
);