DrawRectangleGradientH function

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

Implementation

void DrawRectangleGradientH(
  num posX,
  num posY,
  num width,
  num height,
  ColorD left,
  ColorD right,
) => _module.DrawRectangleGradientH(posX, posY, width, height, left, right);