inkwell property

FilterModel inkwell
getter/setter pair

Inkwell: Direct shift to black and white

Implementation

static FilterModel inkwell = FilterModel(
  name: "Inkwell",
  filters: [
    ColorFilterAddons.grayscale(),
  ],
);