.TH ML_pixel 3 .SH NAME ML_pixel - Pixel setting and testing functions from libmonochrome .SH SYNOPSIS .B #include .B void ML_pixel(int x, int y, ML_Color color); .B ML_Color ML_pixel_test(int x, int y); .SH DESCRIPTION Sets or test (get) a pixel's state/color. For ML_pixel_test, if the asked pixel is out of the screen, the returned color will be ML_TRANSPARENT. .SH SEE ALSO .BR libmonochrome(3), .BR ML_VRAM(3), .BR ML_Color(3) .SH AUTHOR Copyright (C) 2016 by Thomas "CakeIsALie5" Touhey.