public Color GetValueFromBag(IUxmlAttributes bag)
 {
     return(bag.GetPropertyColor(name, defaultValue));
 }