applyEffect abstract method

void applyEffect(
  1. Buffer target,
  2. Rect bounds
)

Applies the effect directly to the target buffer within bounds.

Implementation

void applyEffect(Buffer target, Rect bounds);