In 10.2.5 the predictionColor subtable was added to most colours which broke our stagger detection. So instead of checking for subtables, it's easier to check if r/g/b entries are present.
Alternatively, it might be even better to check if a colour is "STAGGER" specifically, it's not like we'll be able to automagically catch a new colour if it has subtables as well because it might have differently named subtables.
In 10.2.5 the
predictionColor
subtable was added to most colours which broke our stagger detection. So instead of checking for subtables, it's easier to check if r/g/b entries are present. Alternatively, it might be even better to check if a colour is"STAGGER"
specifically, it's not like we'll be able to automagically catch a new colour if it has subtables as well because it might have differently named subtables.