DrawRectangleGradientH abstract method
void
DrawRectangleGradientH()
Draw a horizontal-gradient-filled rectangle
Implementation
void DrawRectangleGradientH(
num posX,
num posY,
num width,
num height,
ColorStructType left,
ColorStructType right,
);