public static float Brightness(Color value)
 {
     return(XnaColorHelpers.BrightnessRGB(value));
 }