using Microsoft.Xna.Framework; namespace MonoGame.Extended.Tweening.Tests; public class ColorHandler { public Color Color { get; set; } }