DrawRectangleGradientV method

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

Draw a vertical-gradient-filled rectangle

Implementation

void DrawRectangleGradientV(int posX, int posY, int width, int height, ColorC top, ColorC bottom)
  => _DrawRectangleGradientV(posX, posY, width, height, top, bottom);