ML_POINT(3) =========== Thomas "Cakeisalie5" Touhey :Email: thomas@touhey.fr :man source: libmonochrome :man manual: libmonochrome manual NAME ---- ML_point - Point drawing function from libmonochrome SYNOPSIS -------- [source,c] ---- #include 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_display_vram*(3), *ML_color*(3)