{
  "controls": [
    {
      "attributes": {
        "defaultValue": 1,
        "max": 1,
        "min": 0,
        "title": "editing.fx.control-color"
      },
      "id": "DCA67CD7-B1B8-4873-9E4F-BF91182677F6",
      "selector": "@lut.intensity",
      "type": "slider"
    },
    {
      "attributes": {
        "defaultValue": 1,
        "max": 1,
        "min": 0,
        "title": "editing.fx.control-overlay"
      },
      "id": "BCD78896-D06C-48D5-A9CA-23C464E8A7BE",
      "selector": "@tm2.opacity",
      "type": "slider"
    }
  ],
  "nodes": [
    {
      "id": "in",
      "type": "input"
    },
    {
      "id": "solid_tex",
      "resourceId": "file://assets/solid.webp",
      "resourceType": "image",
      "type": "resource"
    },
    {
      "id": "lut_res",
      "resourceId": "file://color/bw1.lut2",
      "resourceType": "lut",
      "type": "resource"
    },
    {
      "id": "lut",
      "intensity": "@DCA67CD7-B1B8-4873-9E4F-BF91182677F6",
      "lut": "@lut_res",
      "source": "@in",
      "type": "lut"
    },
    {
      "hue": 0,
      "id": "hsl",
      "lightness": 0,
      "saturation": 100,
      "source": "@in",
      "type": "hsl"
    },
    {
      "gamma": 0.85,
      "id": "lvl1",
      "inputBlack": -50,
      "inputWhite": 185,
      "outputBlack": -25,
      "outputWhite": 255,
      "source": "@hsl",
      "type": "levels"
    },
    {
      "brightness": 1,
      "contrast": 0,
      "id": "bc",
      "source": "@in",
      "type": "brightness-contrast"
    },
    {
      "gamma": 1,
      "id": "lvl2",
      "inputBlack": 110,
      "inputWhite": 255,
      "outputBlack": -255,
      "outputWhite": 255,
      "source": "@bc",
      "type": "levels"
    },
    {
      "id": "invert",
      "intensity": 1,
      "mapBlackTo": "#FFFFFF",
      "mapWhiteTo": "#000000",
      "source": "@lvl2",
      "type": "tint"
    },
    {
      "anchorPoint": [
        0.5,
        0.5
      ],
      "blendMode": "COLOR_BURN",
      "destination": "@invert",
      "id": "tm1",
      "opacity": 1,
      "position": {
        "dimension": "NORMALIZED",
        "value": [
          0.5,
          0.5
        ]
      },
      "rotation": [
        0,
        0
      ],
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      },
      "source": "@solid_tex",
      "type": "texture-mix"
    },
    {
      "anchorPoint": [
        0.5,
        0.5
      ],
      "blendMode": "PIN_LIGHT",
      "destination": "@tm1",
      "id": "tm2",
      "opacity": "@BCD78896-D06C-48D5-A9CA-23C464E8A7BE",
      "position": {
        "dimension": "NORMALIZED",
        "value": [
          0.5,
          0.5
        ]
      },
      "rotation": [
        0,
        0
      ],
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      },
      "source": "@lvl1",
      "type": "texture-mix"
    }
  ],
  "outputs": [
    "@tm2"
  ],
  "version": 4
}