public static float GetBrightness(this Xna.Color color)
 {
     return(color.FromXna().GetBrightness());
 }