RosettaCodeData/Task/Bitmap-Midpoint-circle-algorithm/BBC-BASIC/bitmap-midpoint-circle-algorithm-2.bbc

9 lines
201 B
Text
Raw Permalink Normal View History

2013-04-10 16:19:29 -07:00
void raster_circle(
image img,
unsigned int x0,
unsigned int y0,
unsigned int radius,
color_component r,
color_component g,
color_component b );