DrawRectangleGradientV abstract method
void
DrawRectangleGradientV()
Draw a vertical-gradient-filled rectangle
Implementation
void DrawRectangleGradientV(
num posX,
num posY,
num width,
num height,
ColorStructType top,
ColorStructType bottom,
);