libmonochrome/doc/ML_circle.3.txt

33 lines
545 B
Plaintext

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 <monochrome.h>
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)