cURL
curl --request POST \ --url http://localhost:4242/{computer_name}/api/display/pixel_color \ --header 'Content-Type: application/json' \ --data '{ "display_num": 1, "x": 100, "y": 100 }'
[ 255, 128, 0 ]
Retrieves the RGB color values of a pixel at the specified coordinates.
Pixel coordinates
Successfully retrieved pixel color
The response is of type any[].
any[]