apply method
- @override
Apply the BrightnessSubFilter to an Image.
Implementation
@override
void apply(Uint8List pixels) => utils.brightness(pixels, brightness);
Apply the BrightnessSubFilter to an Image.
@override
void apply(Uint8List pixels) => utils.brightness(pixels, brightness);