File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -883,6 +883,12 @@ string SlotInfoToString(uint8_t slot_type, uint16_t slot_label) {
883883 return " Primary, saturation" ;
884884 case SD_COLOR_ADD_UV:
885885 return " Primary, additive UV" ;
886+ case SD_CIE_X:
887+ return " Primary, CIE X color coordinate" ;
888+ case SD_CIE_Y:
889+ return " Primary, CIE Y color coordinate" ;
890+ case SD_MAGENTA_GREEN_CORRECTION:
891+ return " Primary, CCT magenta-green adjustment" ;
886892 case SD_STATIC_GOBO_WHEEL:
887893 return " Primary, static gobo wheel" ;
888894 case SD_ROTO_GOBO_WHEEL:
Original file line number Diff line number Diff line change @@ -649,6 +649,9 @@ typedef enum {
649649 SD_COLOR_HUE = 0x0216 ,
650650 SD_COLOR_SATURATION = 0x0217 ,
651651 SD_COLOR_ADD_UV = 0x0218 ,
652+ SD_CIE_X = 0x0219 ,
653+ SD_CIE_Y = 0x021A ,
654+ SD_MAGENTA_GREEN_CORRECTION = 0x021B ,
652655 SD_STATIC_GOBO_WHEEL = 0x0301 ,
653656 SD_ROTO_GOBO_WHEEL = 0x0302 ,
654657 SD_PRISM_WHEEL = 0x0303 ,
You can’t perform that action at this time.
0 commit comments