{
  "outputs": [
    "@tm3"
  ],
  "inputs": [
    {
      "type": "texture"
    },
    {
      "type": "resource",
      "data": {
        "type": "video",
        "id": "file://assets/light_2_tex_light1.mp4"
      }
    },
    {
      "type": "resource",
      "data": {
        "type": "video",
        "id": "file://assets/light_2_tex_light2.mp4"
      }
    },
    {
      "type": "resource",
      "data": {
        "type": "video",
        "id": "file://assets/light_2_tex_gradient.mp4"
      }
    }
  ],
  "controls": [
    {
      "id": "AADFA9A7-61D9-4546-86D6-7A901D75E2D7",
      "selector": "@tm1.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.3,
        "min": 0,
        "title": "editing.fx.control-gradient",
        "max": 0.5
      }
    },
    {
      "id": "98FE8BEA-5B6E-49E5-B0A7-DE0566C1BFDB",
      "selector": "@tm2.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.5,
        "min": 0,
        "title": "editing.fx.control-shine",
        "max": 1
      }
    },
    {
      "id": "9738E009-9AB0-4778-A53D-7666D6C797CD",
      "selector": "@tm3.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0,
        "title": "editing.fx.control-green-rays",
        "max": 1
      }
    }
  ],
  "nodes": [
    {
      "id": "in",
      "type": "input"
    },
    {
      "index": 1,
      "id": "light1",
      "type": "input"
    },
    {
      "index": 2,
      "id": "light2",
      "type": "input"
    },
    {
      "index": 3,
      "id": "gradient",
      "type": "input"
    },
    {
      "source": "@gradient",
      "destination": "@in",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm1",
      "blendMode": "COLOR_DODGE",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@AADFA9A7-61D9-4546-86D6-7A901D75E2D7",
      "scale": {
        "type": "FILL",
        "value": [
          1,
          1
        ]
      }
    },
    {
      "source": "@light1",
      "destination": "@tm1",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm2",
      "blendMode": "COLOR_DODGE",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@98FE8BEA-5B6E-49E5-B0A7-DE0566C1BFDB",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1.2,
          1.2
        ]
      }
    },
    {
      "source": "@light2",
      "destination": "@tm2",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm3",
      "blendMode": "SCREEN",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@9738E009-9AB0-4778-A53D-7666D6C797CD",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    }
  ],
  "version": 4
}