fillTopDownGradient abstract method

void fillTopDownGradient(
  1. num x,
  2. num y,
  3. num width,
  4. num height,
  5. PColor colorFrom,
  6. PColor colorTo,
)

Fill a rectangle (x,y , width x height) with a top down linear gradient. See fillBottomUpGradient.

Implementation

void fillTopDownGradient(
    num x, num y, num width, num height, PColor colorFrom, PColor colorTo);