apply method
- @override
Apply the AddictiveColorSubFilter to an Image.
Implementation
@override
void apply(Uint8List pixels) =>
utils.addictiveColor(pixels, red, green, blue);
Apply the AddictiveColorSubFilter to an Image.
@override
void apply(Uint8List pixels) =>
utils.addictiveColor(pixels, red, green, blue);