DogpatchFilter constructor

DogpatchFilter()

Implementation

DogpatchFilter() : super(name: "Dogpatch") {
  subFilters.add(new ContrastSubFilter(0.15));
  subFilters.add(new BrightnessSubFilter(0.1));
}