1 2 3 4 5 6 7 8
using Microsoft.Xna.Framework; namespace MonoGame.Extended.Tweening.Tests; public class ColorHandler { public Color Color { get; set; } }