RosettaCodeData/Task/Bitmap-Midpoint-circle-algorithm/C/bitmap-midpoint-circle-algorithm-1.c

9 lines
201 B
C
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
void raster_circle(
image img,
unsigned int x0,
unsigned int y0,
unsigned int radius,
color_component r,
color_component g,
color_component b );