DrawRectangleGradientV abstract method

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

Implementation

void DrawRectangleGradientV(
  num posX,
  num posY,
  num width,
  num height,
  ColorStructType top,
  ColorStructType bottom,
);