DrawRectangleGradientH function

void DrawRectangleGradientH(
  1. int posX,
  2. int posY,
  3. int width,
  4. int height,
  5. ColorD left,
  6. ColorD right,
)

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);