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