hlineColor method
Implementation
bool hlineColor(
double x1,
double x2,
double y,
int color, {
int blendMode = SDL_BLENDMODE_BLEND,
}) => gfx.hlineColor(this, x1, x2, y, color, blendMode: blendMode);
bool hlineColor(
double x1,
double x2,
double y,
int color, {
int blendMode = SDL_BLENDMODE_BLEND,
}) => gfx.hlineColor(this, x1, x2, y, color, blendMode: blendMode);