ML_PIXEL(3) =========== Thomas "Cakeisalie5" Touhey :Email: thomas@touhey.fr :man source: libmonochrome :man manual: libmonochrome manual NAME ---- ML_pixel, ML_pixel_test - Pixel setting and testing functions from libmonochrome SYNOPSIS -------- [source,c] ---- #include void ML_pixel(int x, int y, ML_Color color); ML_Color ML_pixel_test(int x, int y); ---- 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. SEE ALSO -------- *libmonochrome*(3), *ML_display_vram*(3), *ML_color*(3)