{
  "controls": [
    {
      "attributes": {
        "defaultValue": 1,
        "max": 1,
        "min": 0,
        "title": "editing.fx.control-color"
      },
      "id": "BCD24C2A-43A0-433A-8661-80DAF8030AA3",
      "selector": "@lut.intensity",
      "type": "slider"
    },
    {
      "attributes": {
        "defaultValue": 1,
        "max": 1,
        "min": 0,
        "title": "editing.fx.control-overlay"
      },
      "id": "E31C3C62-3555-4DE0-846C-29029DEF0AA4",
      "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/bw2.lut2",
      "resourceType": "lut",
      "type": "resource"
    },
    {
      "id": "lut",
      "intensity": "@BCD24C2A-43A0-433A-8661-80DAF8030AA3",
      "lut": "@lut_res",
      "source": "@in",
      "type": "lut"
    },
    {
      "hue": 0,
      "id": "hsl",
      "lightness": 1,
      "saturation": 100,
      "source": "@lut",
      "type": "hsl"
    },
    {
      "gamma": 0.85,
      "id": "lvl1",
      "inputBlack": -50,
      "inputWhite": 180,
      "outputBlack": -25,
      "outputWhite": 255,
      "source": "@hsl",
      "type": "levels"
    },
    {
      "brightness": 0.93,
      "contrast": 0.15,
      "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": "DARKEN",
      "destination": "@lvl1",
      "id": "tm1",
      "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": "COLOR_BURN",
      "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_tex2",
      "type": "texture-mix"
    },
    {
      "anchorPoint": [
        0.5,
        0.5
      ],
      "blendMode": "PIN_LIGHT",
      "destination": "@tm1_2",
      "id": "tm2",
      "opacity": "@E31C3C62-3555-4DE0-846C-29029DEF0AA4",
      "position": {
        "dimension": "NORMALIZED",
        "value": [
          0.5,
          0.5
        ]
      },
      "rotation": [
        0,
        0
      ],
      "scale": {
        "type": "ASPECT_FILL",
        "value": [
          1,
          1
        ]
      },
      "source": "@tm1",
      "type": "texture-mix"
    },
    {
      "gamma": 1.3,
      "id": "lvl3",
      "inputBlack": 44,
      "inputWhite": 255,
      "outputBlack": -55,
      "outputWhite": 255,
      "source": "@tm2",
      "type": "levels"
    },
    {
      "hue": 0,
      "id": "hsl1",
      "lightness": -5,
      "saturation": 55,
      "source": "@lvl3",
      "type": "hsl"
    }
  ],
  "outputs": [
    "@hsl1"
  ],
  "version": 4
}