apply abstract method

void apply(
  1. Uint8List pixels,
  2. int width,
  3. int height
)

Apply the SubFilter to an Image.

Implementation

void apply(Uint8List pixels, int width, int height);