resolvePaint method

void resolvePaint(
  1. Paint paint
)

This method is called to apply the filter's settings to the given paint object. The paint parameter is the paint object that is used to draw the display object.

Implementation

void resolvePaint(ui.Paint paint) {}