hefe property

FilterModel hefe
getter/setter pair

Hefe: Hight contrast and saturation, with a similar effect to Lo-Fi but not quite as dramatic

Implementation

static FilterModel hefe = FilterModel(
  name: "Hefe",
  filters: [
    ColorFilterAddons.contrast(0.1),
    ColorFilterAddons.saturation(0.15),
  ],
);