gingham property

FilterModel gingham
getter/setter pair

Gingham: Vintage-inspired, taking some color out

Implementation

static FilterModel gingham = FilterModel(
  name: "Gingham",
  filters: [
    ColorFilterAddons.sepia(.04),
    ColorFilterAddons.contrast(-.15),
  ],
);