public void ChangeMid() { Color color; if (ColorUtility.TryParseHtmlString(PlayerMixer.GetHexColor(_currentColors), out color)) { _image.color = color; } }
public PlayerMixer() { _instance = this; }