v1

latestOpenAPI 3.1.02026-07-13372867.8 KB
display

Get Pixel Color

Retrieves the RGB color values of a pixel at the specified coordinates.

post/api/display/pixel_color

Request body

xinteger required

X coordinate of the pixel

yinteger required

Y coordinate of the pixel

display_numinteger

Display number to target

Example request

{
  "display_num": 1,
  "x": 100,
  "y": 100
}

Response

Successfully retrieved pixel color

{"stackTrail":"paths:/api/display/pixel_color:post:responses:200:content:application/json:schema:items","oasType":"schema","type":"unknown"}