Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 218 Bytes

File metadata and controls

7 lines (5 loc) · 218 Bytes

Color

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;