DrawRectangleGradientV method
void
DrawRectangleGradientV()
Implementation
void DrawRectangleGradientV(
int posX,
int posY,
int width,
int height,
ColorC top,
ColorC bottom,
) {
return _DrawRectangleGradientV(posX, posY, width, height, top, bottom);
}