ashby property

ColorFilterGenerator ashby
getter/setter pair

Ashby: gives images a great golden glow and a subtle vintage feel

Implementation

static ColorFilterGenerator ashby = ColorFilterGenerator(
  name: "Ashby",
  filters: [
    ColorFilterAddons.colorOverlay(255, 160, 25, 0.1),
    ColorFilterAddons.brightness(0.1),
  ],
);