{
  "outputs": [
    "@tm4"
  ],
  "controls": [
    {
      "id": "42B47006-90CE-47C5-B0FD-F7E077AACD5D",
      "selector": "@lut.intensity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.17,
        "min": 0,
        "title": "editing.fx.control-filter",
        "max": 0.3
      }
    },
    {
      "id": "03C84D66-CAB8-4E2F-B4B8-089BB067171F",
      "selector": "@tm1.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 0.35,
        "min": 0,
        "title": "editing.fx.control-gradient",
        "max": 1
      }
    },
    {
      "id": "61479DF6-31C4-4FBB-8E61-52A81B92C59E",
      "selector": "@tm4.opacity",
      "type": "slider",
      "attributes": {
        "defaultValue": 1,
        "min": 0,
        "title": "editing.fx.control-shine",
        "max": 1
      }
    }
  ],
  "nodes": [
    {
      "id": "in",
      "type": "input"
    },
    {
      "id": "lut_res",
      "resourceType": "lut",
      "resourceId": "file://color/gold2.lut2",
      "type": "resource"
    },
    {
      "id": "lut",
      "source": "@in",
      "intensity": "@42B47006-90CE-47C5-B0FD-F7E077AACD5D",
      "type": "lut",
      "lut": "@lut_res"
    },
    {
      "id": "gradient",
      "resourceType": "image",
      "resourceId": "file://assets/light_1_tex_gradient.webp",
      "type": "resource"
    },
    {
      "id": "color",
      "resourceType": "image",
      "resourceId": "file://assets/light_1_tex_fill_color.webp",
      "type": "resource"
    },
    {
      "id": "light1",
      "resourceType": "image",
      "resourceId": "file://assets/light_1_tex_light1.webp",
      "type": "resource"
    },
    {
      "id": "light2",
      "resourceType": "image",
      "resourceId": "file://assets/light_1_tex_light2.webp",
      "type": "resource"
    },
    {
      "source": "@gradient",
      "destination": "@lut",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm1",
      "blendMode": "SOFT_LIGHT",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@03C84D66-CAB8-4E2F-B4B8-089BB067171F",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    },
    {
      "source": "@light1",
      "destination": "@tm1",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm2",
      "blendMode": "SCREEN",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": 0.7,
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    },
    {
      "source": "@color",
      "destination": "@light1",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm3",
      "blendMode": "MULTIPLY",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": 1,
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    },
    {
      "source": "@tm3",
      "destination": "@tm2",
      "position": {
        "value": [
          0.5,
          0.5
        ],
        "dimension": "NORMALIZED"
      },
      "rotation": [
        0,
        0
      ],
      "id": "tm4",
      "blendMode": "SCREEN",
      "anchorPoint": [
        0.5,
        0.5
      ],
      "type": "texture-mix",
      "opacity": "@61479DF6-31C4-4FBB-8E61-52A81B92C59E",
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      }
    }
  ],
  "version": 4
}