{
  "outputs": [
    "@snow"
  ],
  "controls": [
    {
      "id": "63AE2B3C-6B9E-4CDB-B5B5-62D7BD6348FF",
      "selector": "@lut.intensity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.2,
        "min": 0,
        "title": "editing.fx.control-filter",
        "max": 0.3
      }
    },
    {
      "id": "C51F19FB-24EB-4F02-A6DF-F9D022C31890",
      "selector": "@snow.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0,
        "title": "editing.fx.control-snow",
        "max": 1
      }
    }
  ],
  "nodes": [
    {
      "id": "in",
      "type": "input"
    },
    {
      "id": "tex1",
      "resourceType": "image",
      "resourceId": "file://assets/8_snow_3_tex_1.webp",
      "type": "resource"
    },
    {
      "id": "overlay",
      "resourceType": "image",
      "resourceId": "file://assets/8_snow_3_tex_2.webp",
      "type": "resource"
    },
    {
      "id": "gradient",
      "resourceType": "image",
      "resourceId": "file://assets/8_snow_gradient.webp",
      "type": "resource"
    },
    {
      "id": "lut_res",
      "resourceType": "lut",
      "resourceId": "file://color/vhs3.lut2",
      "type": "resource"
    },
    {
      "id": "lut",
      "source": "@in",
      "intensity": "@63AE2B3C-6B9E-4CDB-B5B5-62D7BD6348FF",
      "type": "lut",
      "lut": "@lut_res"
    },
    {
      "power": 20,
      "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-1",
      "blendMode": "OVERLAY",
      "anchorPoint": [
        0.2,
        0.5
      ],
      "type": "texture-mix",
      "opacity": 0.6,
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    },
    {
      "source": "@overlay",
      "destination": "@tm-overlay-1",
      "position": {
        "value": [
          1.3,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm-overlay-2",
      "blendMode": "OVERLAY",
      "anchorPoint": [
        1,
        0.5
      ],
      "type": "texture-mix",
      "opacity": 0.6,
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    },
    {
      "source": "@tex1",
      "destination": "@tm-overlay-2",
      "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": "@C51F19FB-24EB-4F02-A6DF-F9D022C31890",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    }
  ],
  "version": 4
}