8 lines
201 B
C
8 lines
201 B
C
void raster_circle(
|
|
image img,
|
|
unsigned int x0,
|
|
unsigned int y0,
|
|
unsigned int radius,
|
|
color_component r,
|
|
color_component g,
|
|
color_component b );
|