libmonochrome/doc/ML_circle.3.txt

34 lines
530 B
Plaintext

: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 <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)