apply method
Apply the GrayScaleSubFilter to an Image.
Implementation
@override
void apply(Uint8List pixels, int width, int height) =>
image_filter_utils.grayscale(pixels);
Apply the GrayScaleSubFilter to an Image.
@override
void apply(Uint8List pixels, int width, int height) =>
image_filter_utils.grayscale(pixels);