ML_CIRCLE(3) ============ Thomas "Cakeisalie5" Touhey :Email: thomas@touhey.fr :man source: libmonochrome :man manual: libmonochrome manual NAME ---- ML_circle, ML_filled_circle - Circles drawing functions from libmonochrome SYNOPSIS -------- [source,c] ---- #include void ML_circle(int x, int y, int radius, ML_Color color); void ML_filled_circle(int x, int y, int radius, ML_Color color); ---- DESCRIPTION ----------- Those functions draw a circle on the VRAM. SEE ALSO -------- *libmonochrome*(3), *ML_display_vram*(3), *ML_color*(3)