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