Ashby property

Implementation

static AwesomeFilter get Ashby => AwesomeFilter(
      name: 'Ashby',
      outputFilter: preset_filters.AshbyFilter(),
      matrix: ColorFilterGenerator(
        name: 'Ashby',
        filters: [
          ColorFilterAddons.addictiveColor(45, 30, 15),
          ColorFilterAddons.brightness(0.1),
        ],
      ).matrix,
    );