The Color struct is a common struct used in FlatRedBall to control the color of objects. To use the Color class, add the following using statement:
using Color = Microsoft.Xna.Framework.Color;
Last updated 2 years ago
Was this helpful?