{
  "outputs": [
    "@tm1"
  ],
  "controls": [
    {
      "id": "9C1577D7-FE80-46FE-B23D-88EAE89E694B",
      "selector": "@lut.intensity",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0,
        "title": "editing.fx.control-filter",
        "max": 1
      }
    },
    {
      "id": "7D099F88-B535-4FBB-9765-085ACAA7B08B",
      "selector": "@tm1.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0,
        "title": "editing.fx.control-foreground",
        "max": 1
      }
    }
  ],
  "nodes": [
    {
      "id": "in",
      "type": "input"
    },
    {
      "id": "lut_res",
      "resourceType": "lut",
      "resourceId": "file://color/infra2.lut2",
      "type": "resource"
    },
    {
      "id": "lut",
      "source": "@in",
      "intensity": "@9C1577D7-FE80-46FE-B23D-88EAE89E694B",
      "type": "lut",
      "lut": "@lut_res"
    },
    {
      "id": "ps",
      "resourceId": "portrait-segmentation",
      "type": "runtime-resource"
    },
    {
      "source": "@ps",
      "destination": "@in",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm",
      "blendMode": "MASK",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": 1,
      "scale": {
        "type": "FILL",
        "value": [
          1,
          1
        ]
      }
    },
    {
      "source": "@tm",
      "destination": "@lut",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm1",
      "blendMode": "NORMAL",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@7D099F88-B535-4FBB-9765-085ACAA7B08B",
      "scale": {
        "type": "ASPECT_FIT",
        "value": [
          1,
          1
        ]
      }
    }
  ],
  "version": 4
}