private void OnApplicationQuit() { ColourHistory.Save(); Settings.Instance.Save(); }
private void OnDestroy() { ColourHistory.Save(); }