{
  "outputs": [
    "@tm1"
  ],
  "controls": [
    {
      "id": "C2D6BEEA-6403-4D96-8E40-0ABD8954CFA6",
      "selector": "@lut.intensity",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0,
        "title": "editing.fx.control-filter",
        "max": 1
      }
    },
    {
      "id": "21404915-897F-4F09-A211-1D446229967B",
      "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/infra3.lut2",
      "type": "resource"
    },
    {
      "id": "lut",
      "source": "@in",
      "intensity": "@C2D6BEEA-6403-4D96-8E40-0ABD8954CFA6",
      "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": "@21404915-897F-4F09-A211-1D446229967B",
      "scale": {
        "type": "ASPECT_FIT",
        "value": [
          1,
          1
        ]
      }
    }
  ],
  "version": 4
}