bruce-models 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1122,6 +1122,9 @@
1122
1122
  switch (field.type) {
1123
1123
  case EValueType.Color:
1124
1124
  value = field.value;
1125
+ if (value) {
1126
+ value = exports.Color.ColorFromStr(value);
1127
+ }
1125
1128
  break;
1126
1129
  case EValueType.Gradient:
1127
1130
  value = GetGradientValue(field.value, entity);