libmonochrome/man/man3/ml_point.3

20 lines
362 B
Groff

.TH ML_point 3
.SH NAME
ML_point - Point drawing function from libmonochrome
.SH SYNOPSIS
.B #include <monochrome.h>
.B void ML_point(int x, int y, int width, ML_Color color);
.SH DESCRIPTION
Draws a (square) point 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.