public override IEnumerable <string> GetParameterNames(JSONStorable s) { foreach (var n in s.GetColorParamNames()) { yield return(n); } }