[
{
"screenId": "string",
"colorGamutInfo": {
"targetGamut": {
"name": "string",
"gamut": {
"rLxy": {
"name": "string",
"lum": 0,
"cx": 0,
"cy": 0
},
"gLxy": {
"name": "string",
"lum": 0,
"cx": 0,
"cy": 0
},
"bLxy": {
"name": "string",
"lum": 0,
"cx": 0,
"cy": 0
},
"wLxy": {
"name": "string",
"lum": 0,
"cx": 0,
"cy": 0
}
}
},
"colorTemperature": 0
}
}
]
curl --location -g --request PUT 'http://192.168.0.10:8001/api/v1/screen/output/customgamut' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"screenId": "string",
"colorGamutInfo": {
"targetGamut": {
"name": "string",
"gamut": {
"rLxy": {
"name": "string",
"lum": 0,
"cx": 0,
"cy": 0
},
"gLxy": {
"name": "string",
"lum": 0,
"cx": 0,
"cy": 0
},
"bLxy": {
"name": "string",
"lum": 0,
"cx": 0,
"cy": 0
},
"wLxy": {
"name": "string",
"lum": 0,
"cx": 0,
"cy": 0
}
}
},
"colorTemperature": 0
}
}
]'
{
"code": 0,
"data": {},
"message": "string"
}