circleRgba method
Implementation
bool circleRgba(
math.Point<double> p,
double rad,
int r,
int g,
int b,
int a, {
int blendMode = SDL_BLENDMODE_BLEND,
}) => gfx.circleRgba(this, p.x, p.y, rad, r, g, b, a, blendMode: blendMode);
bool circleRgba(
math.Point<double> p,
double rad,
int r,
int g,
int b,
int a, {
int blendMode = SDL_BLENDMODE_BLEND,
}) => gfx.circleRgba(this, p.x, p.y, rad, r, g, b, a, blendMode: blendMode);