public void SetColor(System.Drawing.Color color, float frameCount, float easing) { character.SetColor((uint)color.ToArgb(), frameCount, easing); }