Draws a point of color, setting the RGB color value of the pixel that exists at the given coordinates.
bool wb_draw_point (int source, int xpos, int ypos, int color)
Returns TRUE on success or FALSE if an error occurs.