DrawRectangleGradientV function
void
DrawRectangleGradientV()
Implementation
void DrawRectangleGradientV(
int posX,
int posY,
int width,
int height,
ColorC top,
ColorC bottom,
) => _module.DrawRectangleGradientV(posX, posY, width, height, top, bottom);