{
  "outputs": [
    "@tm2"
  ],
  "inputs": [
    {
      "type": "texture"
    },
    {
      "type": "resource",
      "data": {
        "type": "video",
        "id": "file://assets/light_4_tex_pinkrays.mp4"
      }
    }
  ],
  "controls": [
    {
      "id": "29B3D094-2F79-4705-A89F-58E97FEDFA98",
      "selector": "@lut.intensity",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0,
        "title": "editing.fx.control-filter",
        "max": 1
      }
    },
    {
      "id": "795A13DE-E080-46A3-B83D-125964F2D918",
      "selector": "@tm2.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0,
        "title": "editing.fx.control-pink-rays",
        "max": 1
      }
    }
  ],
  "nodes": [
    {
      "id": "in",
      "type": "input"
    },
    {
      "index": 1,
      "id": "pinkrays",
      "type": "input"
    },
    {
      "id": "lut_res",
      "resourceType": "lut",
      "resourceId": "file://color/ws9.lut2",
      "type": "resource"
    },
    {
      "id": "lut",
      "source": "@in",
      "intensity": "@29B3D094-2F79-4705-A89F-58E97FEDFA98",
      "type": "lut",
      "lut": "@lut_res"
    },
    {
      "id": "mask1",
      "resourceType": "image",
      "resourceId": "file://assets/light_4_tex_mask.webp",
      "type": "resource"
    },
    {
      "type": "chromatic-aberration",
      "id": "abb",
      "source": "@lut",
      "intensity": [
        0.15,
        0.25,
        0.35,
        0
      ],
      "mode": "RGB",
      "center": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      }
    },
    {
      "source": "@mask1",
      "destination": "@pinkrays",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm1",
      "blendMode": "INVERTED_MASK",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": 1,
      "scale": {
        "type": "FILL",
        "value": [
          1,
          1
        ]
      }
    },
    {
      "source": "@tm1",
      "destination": "@abb",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm2",
      "blendMode": "SCREEN",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@795A13DE-E080-46A3-B83D-125964F2D918",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    }
  ],
  "version": 4
}