InkwellFilter constructor

InkwellFilter()

Implementation

InkwellFilter() : super(name: "Inkwell") {
  subFilters.add(new GrayScaleSubFilter());
}