Skip to content

Commit 26550cb

Browse files
committed
1 parent 1548ff5 commit 26550cb

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

common/rdm/RDMHelper.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

include/ola/rdm/RDMEnums.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)