CIColorPosterizeConfiguration constructor

CIColorPosterizeConfiguration()

Implementation

CIColorPosterizeConfiguration()
    : _levels = SliderNSNumberParameter(
        'inputLevels',
        'Levels',
        6,
        min: 1,
        max: 30,
      ),
      super('CIColorPosterize');