apply method

  1. @override
void apply (Uint8List pixels)

Apply the AddictiveColorSubFilter to an Image.

Implementation

@override
void apply(Uint8List pixels) =>
    utils.addictiveColor(pixels, red, green, blue);