AmaroFilter constructor

AmaroFilter()

Implementation

AmaroFilter() : super(name: "Amaro") {
  subFilters.add(new SaturationSubFilter(0.3));
  subFilters.add(new BrightnessSubFilter(0.15));
}