Retrieves the color of a specific pixel from the internally stored camera capture.
cam_color(x, y)
Get color at pixel (100, 50)
color = cam_color(100, 50); print("Color value: ", color); name = rgb2name(color);
cam_grab cam_color cam_rect
rgb_to_hue rgb_to_saturation rgb_to_lightness rgb_to_name