apply method

  1. @override
void apply (Uint8List pixels)

Apply the BrightnessSubFilter to an Image.

Implementation

@override
void apply(Uint8List pixels) => utils.brightness(pixels, brightness);