inkwell property

ColorFilterGenerator inkwell
getter/setter pair

Inkwell: Direct shift to black and white

Implementation

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