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