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