Example #1
0
 private void FindColors()
 {
     AllColors.Add(ALPHA_COLOR);
     AllColors.Add(playerColor);
     ColorUpdated?.Invoke(playerColor);
 }
Example #2
0
 internal void UpdateColor(SolidColorBrush color)
 {
     Color = color;
     ColorUpdated?.Invoke(this, EventArgs.Empty);
 }
Example #3
0
 private void Send() => ColorUpdated?.Invoke(Backcolor, Forecolor);