示例#1
0
 public static float Luminance(Color4 color)
 {
     return(Color4.Dot(new Color4(0.3f, 0.5f, 0.2f, 0.0f), color));
 }