DrawRectangleGradientV function

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

See RaylibCoreFlatModule.DrawRectangleGradientV.

Implementation

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