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