{
  "outputs": [
    "@tm3"
  ],
  "controls": [
    {
      "id": "1F7446C4-C009-4BCF-ADBE-DF4BDE37ED3A",
      "selector": "@lut.intensity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.4,
        "min": 0,
        "title": "editing.fx.control-filter",
        "max": 0.6
      }
    },
    {
      "id": "C7F6515E-976D-40F3-9F5E-8C42F0A7F4D7",
      "selector": "@tm2.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0,
        "title": "editing.fx.control-copies",
        "max": 1
      }
    },
    {
      "id": "420197B1-DC8B-4D17-A9F4-578C5C3E24B1",
      "selector": "@tm3.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0,
        "title": "editing.fx.control-light-leaks",
        "max": 1
      }
    }
  ],
  "nodes": [
    {
      "id": "in",
      "type": "input"
    },
    {
      "id": "lut_res",
      "resourceType": "lut",
      "resourceId": "file://color/pr1.lut2",
      "type": "resource"
    },
    {
      "id": "lut",
      "source": "@in",
      "intensity": "@1F7446C4-C009-4BCF-ADBE-DF4BDE37ED3A",
      "type": "lut",
      "lut": "@lut_res"
    },
    {
      "id": "mask1",
      "resourceType": "image",
      "resourceId": "file://assets/12_prism_2_tex_3.webp",
      "type": "resource"
    },
    {
      "id": "leaks",
      "resourceType": "image",
      "resourceId": "file://assets/12_prism_2_tex_2.webp",
      "type": "resource"
    },
    {
      "source": "@mask1",
      "destination": "@lut",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm1",
      "blendMode": "MASK",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": 0.8,
      "scale": {
        "type": "FILL",
        "value": [
          1,
          1
        ]
      }
    },
    {
      "type": "chromatic-aberration",
      "id": "abb",
      "source": "@tm1",
      "intensity": [
        0.25,
        0.3,
        0.5,
        0
      ],
      "mode": "RGB",
      "center": {
        "value": [
          0.7,
          0.7
        ],
        "dimension": "NORMALIZED"
      }
    },
    {
      "source": "@abb",
      "destination": "@lut",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm2",
      "blendMode": "NORMAL",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@C7F6515E-976D-40F3-9F5E-8C42F0A7F4D7",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1.3,
          1.3
        ]
      }
    },
    {
      "source": "@leaks",
      "destination": "@tm2",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm3",
      "blendMode": "LINEAR_DODGE_ADD",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@420197B1-DC8B-4D17-A9F4-578C5C3E24B1",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    }
  ],
  "version": 4
}