hefe property

ColorFilterGenerator hefe
getter/setter pair

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

Implementation

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