:Author: Thomas "Cakeisalie5" Touhey :Email: thomas@touhey.fr :man source: libmonochrome :man manual: libmonochrome ML_CIRCLE(3) ============ NAME ---- ML_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_VRAM(3), ML_Color(3)