boxColor method
Implementation
bool boxColor(
math.Rectangle<double> rect,
int color, {
int blendMode = SDL_BLENDMODE_BLEND,
}) => gfx.boxColor(
this,
rect.left,
rect.top,
rect.right,
rect.bottom,
color,
blendMode: blendMode,
);
bool boxColor(
math.Rectangle<double> rect,
int color, {
int blendMode = SDL_BLENDMODE_BLEND,
}) => gfx.boxColor(
this,
rect.left,
rect.top,
rect.right,
rect.bottom,
color,
blendMode: blendMode,
);