灰度照片 该项目用于将照片转换为灰度。 它使用以下公式进行转换。 Grayscale(red, blue, green) = (red + blue + green) / 3 当然,有不只一个公式可以做,我选择这个公式是因为它很容易实现。