ashby property

ColorFilterGenerator ashby
final

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

Implementation

static final ColorFilterGenerator ashby = ColorFilterGenerator(
  name: 'Ashby',
  filters: <List<double>>[
    ColorFilterAddons.colorOverlay(255, 160, 25, 0.1),
    ColorFilterAddons.brightness(0.1),
  ],
);