{
  "outputs": [
    "@tm3"
  ],
  "controls": [
    {
      "id": "60F5F73A-10C9-4E5C-AE2D-FC705CBB034A",
      "selector": "@lut2.intensity",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0,
        "title": "editing.fx.control-filter",
        "max": 1
      }
    },
    {
      "id": "47DE5E19-6331-4E46-863F-3805F062EB7B",
      "selector": "@bgstroke.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.65,
        "min": 0,
        "title": "editing.fx.control-foreground-glow",
        "max": 1
      }
    }
  ],
  "nodes": [
    {
      "id": "in",
      "type": "input"
    },
    {
      "id": "lut_res",
      "resourceType": "lut",
      "resourceId": "file://color/bw6.lut2",
      "type": "resource"
    },
    {
      "id": "lut",
      "source": "@in",
      "intensity": 1,
      "type": "lut",
      "lut": "@lut_res"
    },
    {
      "id": "lut2_res",
      "resourceType": "lut",
      "resourceId": "file://color/duotone6.lut2",
      "type": "resource"
    },
    {
      "id": "lut2",
      "source": "@in",
      "intensity": "@60F5F73A-10C9-4E5C-AE2D-FC705CBB034A",
      "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,
      "id": "lvls",
      "outputWhite": 235,
      "inputBlack": 55,
      "type": "levels",
      "outputBlack": 0
    },
    {
      "id": "bc",
      "contrast": 2,
      "brightness": 0.8,
      "source": "@lvls",
      "type": "brightness-contrast"
    },
    {
      "power": 5,
      "id": "db1",
      "angle": 65,
      "source": "@bc",
      "type": "directional-blur"
    },
    {
      "power": 5,
      "id": "db2",
      "angle": 65,
      "source": "@db1",
      "type": "directional-blur"
    },
    {
      "power": 7,
      "id": "db3",
      "angle": 65,
      "source": "@db2",
      "type": "directional-blur"
    },
    {
      "power": 25,
      "id": "gb",
      "source": "@db3",
      "type": "gaussian-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": "@gb",
      "destination": "@lut2",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "bgstroke",
      "blendMode": "LINEAR_DODGE_ADD",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@47DE5E19-6331-4E46-863F-3805F062EB7B",
      "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": "NORMAL",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": 1,
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    }
  ],
  "version": 4
}