{
  "controls": [
    {
      "attributes": {
        "defaultValue": 0.4,
        "max": 0.6,
        "min": 0,
        "title": "editing.fx.control-filter"
      },
      "id": "1D100FC5-34D1-4F44-973E-05999E318FC7",
      "selector": "@lut.intensity",
      "type": "slider"
    },
    {
      "attributes": {
        "defaultValue": 0.8,
        "max": 1,
        "min": 0,
        "title": "editing.fx.control-overlay"
      },
      "id": "E99D1C28-1116-4824-99A1-3FFA42929C05",
      "selector": "@tm1.opacity",
      "type": "slider"
    }
  ],
  "nodes": [
    {
      "id": "in",
      "type": "input"
    },
    {
      "id": "lut_res",
      "resourceId": "file://color/pr1.lut2",
      "resourceType": "lut",
      "type": "resource"
    },
    {
      "id": "lut",
      "intensity": "@1D100FC5-34D1-4F44-973E-05999E318FC7",
      "lut": "@lut_res",
      "source": "@in",
      "type": "lut"
    },
    {
      "id": "dis_map",
      "resourceId": "file://assets/1pinkblur_dis_map.webp",
      "resourceType": "image",
      "type": "resource"
    },
    {
      "id": "mask",
      "resourceId": "file://assets/1pinkblur_mask.webp",
      "resourceType": "image",
      "type": "resource"
    },
    {
      "id": "orange_fill",
      "resourceId": "file://assets/1pinkblur_orange_fill.webp",
      "resourceType": "image",
      "type": "resource"
    },
    {
      "id": "dm",
      "map": "@dis_map",
      "maxShift": {
        "dimension": "NORMALIZED",
        "value": [
          -0.235,
          -0.02
        ]
      },
      "source": "@gb",
      "type": "displacement-map"
    },
    {
      "id": "gb",
      "power": 30,
      "source": "@tm0",
      "type": "gaussian-blur"
    },
    {
      "id": "gb1",
      "power": 5,
      "source": "@dm",
      "type": "gaussian-blur"
    },
    {
      "anchorPoint": [
        0.5,
        0.5
      ],
      "blendMode": "INVERTED_MASK",
      "destination": "@lut",
      "id": "tm0",
      "opacity": 1,
      "position": {
        "dimension": "NORMALIZED",
        "value": [
          0.5,
          0.5
        ]
      },
      "rotation": [
        0,
        0
      ],
      "scale": {
        "type": "FILL",
        "value": [
          1,
          1
        ]
      },
      "source": "@mask",
      "type": "texture-mix"
    },
    {
      "anchorPoint": [
        0.5,
        0.5
      ],
      "blendMode": "NORMAL",
      "destination": "@lut",
      "id": "tm1",
      "opacity": "@E99D1C28-1116-4824-99A1-3FFA42929C05",
      "position": {
        "dimension": "NORMALIZED",
        "value": [
          0.85,
          0.5
        ]
      },
      "rotation": [
        0,
        0
      ],
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1.15,
          1.15
        ]
      },
      "source": "@gb1",
      "type": "texture-mix"
    },
    {
      "anchorPoint": [
        0.5,
        0.5
      ],
      "blendMode": "NORMAL",
      "destination": "@tm1",
      "id": "tm2",
      "opacity": 0.4,
      "position": {
        "dimension": "NORMALIZED",
        "value": [
          0.5,
          0.5
        ]
      },
      "rotation": [
        0,
        0
      ],
      "scale": {
        "type": "FILL",
        "value": [
          1,
          1
        ]
      },
      "source": "@orange_fill",
      "type": "texture-mix"
    }
  ],
  "outputs": [
    "@tm2"
  ],
  "version": 4
}