fillLeftRightGradient abstract method

void fillLeftRightGradient(
  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 left right linear gradient. See fillRightLeftGradient.

Implementation

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