getpixel This function is used to get the color of the point. COLORREF getpixel( int x, int y ); Parameters x The x coordinate to get the color. y The y coordinate to get the color. Return Value The color of the specified point. Examples None