getpixel function in c – c programming -getpixel function returns the color of pixel present at location(x, y).Declaration :- int getpixel(int x, int y);
difference between setpixel() and putpixel()
2 Articles
2
putpixel function in c – c programming – putpixel function plots a pixel at location (x, y) of specified color. Declaration void putpixel