DrawRectangleGradientH function
void
DrawRectangleGradientH()
See RaylibCoreFlatModule.DrawRectangleGradientH.
Implementation
void DrawRectangleGradientH(
int posX,
int posY,
int width,
int height,
ColorD left,
ColorD right,
) => _module.DrawRectangleGradientH(posX, posY, width, height, left, right);