Google 幻灯片 C# 中 UpdateImageProperties 的字段掩码值

Field Mask value for UpdateImageProperties in Google Slides C#

如何找出文件掩码的值。 我要设置的 属性 是 brightness 我尝试了不同的值,但我无法弄清楚。我试过 brightness、imageproperties 都没有用。我在 .net 中使用 Google 幻灯片库。任何文档都会有所帮助。

{
      "objectId": "gf9f4feaadd_0_51",
      "size": {
        "width": {
          "magnitude": 21600,
          "unit": "EMU"
        },
        "height": {
          "magnitude": 21600,
          "unit": "EMU"
        }
      },
      "transform": {
        "scaleX": 11.4444,
        "scaleY": 11.4444,
        "translateX": 752160.96500000008,
        "translateY": 3479732.17,
        "unit": "EMU"
      },
      "image": {
        "contentUrl": "https://lh4.googleusercontent.com/hBqJYd2o2hkwRHvHqMTqgSkut0SaC3ii_hztvrq7ogftyaOUX",
        "imageProperties": {
          "brightness": -0.25,
          "contrast": 0.63,
          "recolor": {
            "recolorStops": [
              {
                "color": {
                  "rgbColor": {}
                },
                "alpha": 1
              },
            ],
            "name": "LIGHT4"
          },
        }
      }
    }

您不能使用幻灯片修改图像的亮度api。

ImageProperties所述,亮度字段是只读的属性。 (检查其他只读属性)