.TH ML_circle 3 .SH NAME ML_circle - Circles drawing functions from libmonochrome .SH SYNOPSIS .B #include .B void ML_circle(int x, int y, int radius, ML_Color color); .B void ML_filled_circle(int x, int y, int radius, ML_Color color); .SH DESCRIPTION Those functions draw a circle on the VRAM. .SH SEE ALSO .BR libmonochrome(3), .BR ML_VRAM(3), .BR ML_Color(3) .SH AUTHOR Copyright (C) 2016 by Thomas "CakeIsALie5" Touhey.