{
  "controls": [
    {
      "attributes": {
        "defaultValue": 1,
        "max": 1,
        "min": 0,
        "title": "editing.fx.control-color"
      },
      "id": "73DA425A-3234-460E-A67E-6EC32A2171D1",
      "selector": "@lut.intensity",
      "type": "slider"
    },
    {
      "attributes": {
        "defaultValue": 1,
        "max": 1,
        "min": 0,
        "title": "editing.fx.control-overlay"
      },
      "id": "61809E2B-BFA7-4B63-B39F-60125129842C",
      "selector": "@tm2.opacity",
      "type": "slider"
    }
  ],
  "nodes": [
    {
      "id": "in",
      "type": "input"
    },
    {
      "id": "solid_tex1",
      "resourceId": "file://assets/solid.webp",
      "resourceType": "image",
      "type": "resource"
    },
    {
      "id": "solid_tex2",
      "resourceId": "file://assets/solid1.webp",
      "resourceType": "image",
      "type": "resource"
    },
    {
      "id": "lut_res",
      "resourceId": "file://color/ws2.lut2",
      "resourceType": "lut",
      "type": "resource"
    },
    {
      "id": "lut",
      "intensity": "@73DA425A-3234-460E-A67E-6EC32A2171D1",
      "lut": "@lut_res",
      "source": "@in",
      "type": "lut"
    },
    {
      "hue": 0,
      "id": "hsl",
      "lightness": 5,
      "saturation": 0,
      "source": "@lut",
      "type": "hsl"
    },
    {
      "gamma": 0.8,
      "id": "lvl1",
      "inputBlack": -50,
      "inputWhite": 190,
      "outputBlack": -25,
      "outputWhite": 255,
      "source": "@hsl",
      "type": "levels"
    },
    {
      "brightness": 2,
      "contrast": 0,
      "id": "bc",
      "source": "@in",
      "type": "brightness-contrast"
    },
    {
      "gamma": 8,
      "id": "lvl2",
      "inputBlack": 55,
      "inputWhite": 255,
      "outputBlack": -255,
      "outputWhite": 232,
      "source": "@bc",
      "type": "levels"
    },
    {
      "id": "invert",
      "intensity": 1,
      "mapBlackTo": "#FFFFFF",
      "mapWhiteTo": "#000000",
      "source": "@lvl2",
      "type": "tint"
    },
    {
      "anchorPoint": [
        0.5,
        0.5
      ],
      "blendMode": "MASK",
      "destination": "@lvl1",
      "id": "tm1",
      "opacity": 1,
      "position": {
        "dimension": "NORMALIZED",
        "value": [
          0.5,
          0.5
        ]
      },
      "rotation": [
        0,
        0
      ],
      "scale": {
        "type": "FILL",
        "value": [
          1,
          1
        ]
      },
      "source": "@solid_tex1",
      "type": "texture-mix"
    },
    {
      "anchorPoint": [
        0.5,
        0.5
      ],
      "blendMode": "COLOR_DODGE",
      "destination": "@invert",
      "id": "tm1_2",
      "opacity": 1,
      "position": {
        "dimension": "NORMALIZED",
        "value": [
          0.5,
          0.5
        ]
      },
      "rotation": [
        0,
        0
      ],
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      },
      "source": "@solid_tex1",
      "type": "texture-mix"
    },
    {
      "anchorPoint": [
        0.5,
        0.5
      ],
      "blendMode": "LIGHTEN",
      "destination": "@tm1",
      "id": "tm2",
      "opacity": "@61809E2B-BFA7-4B63-B39F-60125129842C",
      "position": {
        "dimension": "NORMALIZED",
        "value": [
          0.5,
          0.5
        ]
      },
      "rotation": [
        0,
        0
      ],
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      },
      "source": "@tm1_2",
      "type": "texture-mix"
    },
    {
      "gamma": 1.1,
      "id": "lvl3",
      "inputBlack": 77,
      "inputWhite": 235,
      "outputBlack": -5,
      "outputWhite": 255,
      "source": "@tm2",
      "type": "levels"
    }
  ],
  "outputs": [
    "@lvl3"
  ],
  "version": 4
}