Пример #1
0
 public override void UpdateSelf(GameTime gameTime)
 {
     base.UpdateSelf(gameTime);
     _hex.Text      = "#" + SelectedColor.Hex4();
     _preview.Color = SelectedColor;
     if (Info != null && Target != null)
     {
         Info.SetValue(Target, SelectedColor);
     }
 }