pieColor method
Implementation
bool pieColor(
math.Point<double> p,
double rad,
double start,
double end,
int color, {
int blendMode = SDL_BLENDMODE_BLEND,
}) => gfx.pieColor(
this,
p.x,
p.y,
rad,
start,
end,
color,
blendMode: blendMode,
);