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.
@@ -1123,6 +1123,9 @@ var Calculator;
1123
1123
  switch (field.type) {
1124
1124
  case EValueType.Color:
1125
1125
  value = field.value;
1126
+ if (value) {
1127
+ value = Color.ColorFromStr(value);
1128
+ }
1126
1129
  break;
1127
1130
  case EValueType.Gradient:
1128
1131
  value = GetGradientValue(field.value, entity);