libmonochrome/doc/ML_point.3.txt

31 lines
448 B
Plaintext

:Author: Thomas "Cakeisalie5" Touhey
:Email: thomas@touhey.fr
:man source: libmonochrome
:man manual: libmonochrome
ML_POINT(3)
===========
NAME
----
ML_point - Point drawing function from libmonochrome
SYNOPSIS
--------
[source,c]
----
#include <monochrome.h>
void ML_point(int x, int y, int width, ML_Color color);
----
DESCRIPTION
-----------
Draws a (square) point on the VRAM.
SEE ALSO
--------
libmonochrome(3),
ML_VRAM(3),
ML_Color(3)