{
  "outputs": [
    "@snow"
  ],
  "controls": [
    {
      "id": "01A175B5-8255-427B-A119-060AAE628F57",
      "selector": "@lut.intensity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.5,
        "min": 0,
        "title": "editing.fx.control-filter",
        "max": 0.65
      }
    },
    {
      "id": "F5C0DEDF-7386-4AB6-BFE8-EF585A468DAF",
      "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_1_tex_1.webp",
      "type": "resource"
    },
    {
      "id": "gradient",
      "resourceType": "image",
      "resourceId": "file://assets/8_snow_gradient.webp",
      "type": "resource"
    },
    {
      "id": "lut_res",
      "resourceType": "lut",
      "resourceId": "file://color/bl3.lut2",
      "type": "resource"
    },
    {
      "id": "lut",
      "source": "@in",
      "intensity": "@01A175B5-8255-427B-A119-060AAE628F57",
      "type": "lut",
      "lut": "@lut_res"
    },
    {
      "power": 10,
      "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": "@gradient",
      "destination": "@lut-preblur",
      "position": {
        "value": [
          0.5,
          -0.15
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        180,
        180
      ],
      "id": "gradient-1",
      "blendMode": "SCREEN",
      "anchorPoint": [
        0.5,
        1
      ],
      "type": "texture-mix",
      "opacity": 0.25,
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          0.45
        ]
      }
    },
    {
      "source": "@gradient",
      "destination": "@gradient-1",
      "position": {
        "value": [
          0.5,
          1.15
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "gradient-2",
      "blendMode": "SCREEN",
      "anchorPoint": [
        0.5,
        1
      ],
      "type": "texture-mix",
      "opacity": 0.25,
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          0.45
        ]
      }
    },
    {
      "source": "@tex1",
      "destination": "@lut-preblur",
      "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": "@F5C0DEDF-7386-4AB6-BFE8-EF585A468DAF",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    }
  ],
  "version": 4
}