internal OpenXmlPresetColor(OpenXmlPresetColor other)
     : base(other)
 {
     this.color = other.color;
 }
 public OpenXmlPresetColor(PresetColorValues color)
 {
     this.color = color;
 }