DrawRectangleGradientV method

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

Implementation

void DrawRectangleGradientV(
  int posX,
  int posY,
  int width,
  int height,
  ColorC top,
  ColorC bottom,
) {
  return _DrawRectangleGradientV(posX, posY, width, height, top, bottom);
}