fillTopDownGradient abstract method
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);