CIColorCubeWithIntensityConfiguration constructor

CIColorCubeWithIntensityConfiguration()

Implementation

CIColorCubeWithIntensityConfiguration()
    : _intensity = SliderNSNumberParameter(
        'inputIntensity',
        'Intensity',
        1.0,
        min: 0.0,
        max: 1.0,
      ),
      super('CIColorCubeWithIntensityFilter');