DrawRectangleGradientV function

void DrawRectangleGradientV(
  1. num posX,
  2. num posY,
  3. num width,
  4. num height,
  5. ColorD top,
  6. ColorD bottom,
)

Implementation

void DrawRectangleGradientV(
  num posX,
  num posY,
  num width,
  num height,
  ColorD top,
  ColorD bottom,
) => _module.DrawRectangleGradientV(posX, posY, width, height, top, bottom);