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