Sets a CDL
POST /api/session/colour/cdl
{
"cdl": {
"uid": "",
"name": "",
"slope": {
"x": 0,
"y": 0,
"z": 0
},
"offset": {
"x": 0,
"y": 0,
"z": 0
},
"power": {
"x": 0,
"y": 0,
"z": 0
},
"saturation": 0
}
}
{
"status": {
"code": 0,
"message": "",
"details": [
{
"type_url": "",
"value": ""
}
]
}
}
Returns of the list of all CDLs
GET /api/session/colour/cdls
{
"status": {
"code": 0,
"message": "",
"details": [
{
"type_url": "",
"value": ""
}
]
},
"result": [
{
"uid": "",
"name": "",
"slope": {
"x": 0,
"y": 0,
"z": 0
},
"offset": {
"x": 0,
"y": 0,
"z": 0
},
"power": {
"x": 0,
"y": 0,
"z": 0
},
"saturation": 0
}
]
}