{
  "outputs": [
    "@snow"
  ],
  "controls": [
    {
      "id": "33160123-6DA5-4C60-8ED7-C75E4C366918",
      "selector": "@lut.intensity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.33,
        "min": 0,
        "title": "editing.fx.control-filter",
        "max": 0.33
      }
    },
    {
      "id": "4329A2E8-6357-4F14-B112-C006065CE316",
      "selector": "@snow.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0,
        "title": "editing.fx.control-snow",
        "max": 1
      }
    },
    {
      "id": "228AC847-2C6D-41B5-BE19-B2F170535D44",
      "selector": "@tm-overlay.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.35,
        "min": 0,
        "title": "editing.fx.control-overlay",
        "max": 0.5
      }
    }
  ],
  "nodes": [
    {
      "id": "in",
      "type": "input"
    },
    {
      "id": "tex1",
      "resourceType": "image",
      "resourceId": "file://assets/8_snow_2_tex_1.webp",
      "type": "resource"
    },
    {
      "id": "overlay",
      "resourceType": "image",
      "resourceId": "file://assets/8_snow_2_tex_3.webp",
      "type": "resource"
    },
    {
      "id": "gradient",
      "resourceType": "image",
      "resourceId": "file://assets/8_snow_gradient.webp",
      "type": "resource"
    },
    {
      "id": "lut_res",
      "resourceType": "lut",
      "resourceId": "file://color/mir1.lut2",
      "type": "resource"
    },
    {
      "id": "lut",
      "source": "@in",
      "intensity": "@33160123-6DA5-4C60-8ED7-C75E4C366918",
      "type": "lut",
      "lut": "@lut_res"
    },
    {
      "power": 30,
      "id": "preblur",
      "source": "@lut",
      "type": "gaussian-blur"
    },
    {
      "source": "@preblur",
      "destination": "@lut",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "lut-preblur",
      "blendMode": "LIGHTEN",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": 0.45,
      "scale": {
        "type": "ASPECT_FIT",
        "value": [
          1,
          1
        ]
      }
    },
    {
      "source": "@overlay",
      "destination": "@lut-preblur",
      "position": {
        "value": [
          0,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm-overlay",
      "blendMode": "SCREEN",
      "anchorPoint": [
        0,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@228AC847-2C6D-41B5-BE19-B2F170535D44",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    },
    {
      "source": "@tex1",
      "destination": "@tm-overlay",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "snow",
      "blendMode": "LINEAR_DODGE_ADD",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@4329A2E8-6357-4F14-B112-C006065CE316",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    }
  ],
  "version": 4
}