grayScaleProcess constant

List<Dispatch> const grayScaleProcess

Implementation

static const grayScaleProcess = <Dispatch>[
  LightGrayscale(),
  OverBrightScale(),
  OverDarkScale(),
  RevGrayscale(),
  //OverlyGrayScale(),
  InterruptGrayscale(),
  //ReductionAreaScale(this),
];