libmonochrome/man/man3/ml_circle.3

22 lines
445 B
Groff

.TH ML_circle 3
.SH NAME
ML_circle - Circles drawing functions from libmonochrome
.SH SYNOPSIS
.B #include <monochrome.h>
.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.