{
  "outputs": [
    "@tm3"
  ],
  "controls": [
    {
      "id": "8082E689-C6B2-4C65-864E-1B8B388CE419",
      "selector": "@lut2.intensity",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0,
        "title": "editing.fx.control-filter",
        "max": 1
      }
    },
    {
      "id": "114C04CA-A0D8-4AFF-9BF3-C79209A5CE46",
      "selector": "@bgstroke.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0,
        "title": "editing.fx.control-foreground-blur",
        "max": 1
      }
    }
  ],
  "nodes": [
    {
      "id": "in",
      "type": "input"
    },
    {
      "id": "lut_res",
      "resourceType": "lut",
      "resourceId": "file://color/pp3.lut2",
      "type": "resource"
    },
    {
      "id": "lut",
      "source": "@in",
      "intensity": 0.65,
      "type": "lut",
      "lut": "@lut_res"
    },
    {
      "id": "lut2_res",
      "resourceType": "lut",
      "resourceId": "file://color/duotone5.lut2",
      "type": "resource"
    },
    {
      "id": "lut2",
      "source": "@in",
      "intensity": "@8082E689-C6B2-4C65-864E-1B8B388CE419",
      "type": "lut",
      "lut": "@lut2_res"
    },
    {
      "id": "white",
      "resourceType": "image",
      "resourceId": "file://assets/white.webp",
      "type": "resource"
    },
    {
      "id": "ps",
      "resourceId": "portrait-segmentation",
      "type": "runtime-resource"
    },
    {
      "inputWhite": 255,
      "source": "@lutps",
      "gamma": 1.2,
      "id": "lvls",
      "outputWhite": 255,
      "inputBlack": 45,
      "type": "levels",
      "outputBlack": 0
    },
    {
      "id": "bc",
      "contrast": 0.8,
      "brightness": 0.4,
      "source": "@lvls",
      "type": "brightness-contrast"
    },
    {
      "power": 5,
      "id": "db1",
      "angle": 125,
      "source": "@bc",
      "type": "directional-blur"
    },
    {
      "power": 5,
      "id": "db2",
      "angle": 125,
      "source": "@db1",
      "type": "directional-blur"
    },
    {
      "power": 7,
      "id": "db3",
      "angle": 125,
      "source": "@db2",
      "type": "directional-blur"
    },
    {
      "source": "@ps",
      "destination": "@lut",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "lutps",
      "blendMode": "MASK",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": 1,
      "scale": {
        "type": "FILL",
        "value": [
          1,
          1
        ]
      }
    },
    {
      "source": "@db3",
      "destination": "@lut2",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "bgstroke",
      "blendMode": "OVERLAY",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@114C04CA-A0D8-4AFF-9BF3-C79209A5CE46",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    },
    {
      "source": "@lutps",
      "destination": "@bgstroke",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm3",
      "blendMode": "SCREEN",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": 1,
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    }
  ],
  "version": 4
}