DrawRectangleGradientH method
Implementation
String DrawRectangleGradientH(
num posX,
num posY,
num width,
num height,
ColorBase left,
ColorBase right,
) => 'DrawRectangleGradientH($posX, $posY, $width, $height, $left, $right)';
String DrawRectangleGradientH(
num posX,
num posY,
num width,
num height,
ColorBase left,
ColorBase right,
) => 'DrawRectangleGradientH($posX, $posY, $width, $height, $left, $right)';