Colorimetric LUTs

by Tynach

I was unhappy with the default night LUTs, including the night vision LUT. So I made my own, trying to keep it as similar to the original's intent as possible while using color space conversion math to be as accurate to life as possible. All LUTs which change the white balance use chromatic adaptation to shift the colors toward a different white point. I choose white points from the CIE's 'Illuminant series D', also known as the 'daylight locus', which is meant to represent natural daylight at different color temperatures. Luminosity is scaled roughly identically to the default LUTs. All color operations were performed in a linear light scale, then converted back into sRGB for the LUTs themselves. The main LUTs modified are the nighttime ones, though I also added LUTs for night vision equipment and dawn/sunset (the latter which is now actually used by the game). LUT details: * lut-night.png - Color temperature: 25000K; darkest it gets. * lut-riseset.png - Color temperature: 4000K; dawn and sunset, not quite so dark. * night.png - Same as lut-night, but a tiny bit brighter for the map view. * nightvision.png - Simulates a lowered gamut display, and is only very slightly dimmer than standard full daylight ('identity' LUT).

Tweaks
3 years ago
0.18
16
Owner:
Tynach
Source:
N/A
Homepage:
https://github.com/Tynach/colorimetric-luts
License:
GNU LGPLv3
Created:
3 years ago
Latest Version:
0.1.0 (3 years ago)
Factorio version:
0.18
Downloaded by:
16 users

I was unhappy with the default night LUTs, including the night vision LUT. So I made my own, trying to keep it as similar to the original's intent as possible while using color space conversion math to be as accurate to life as possible.

All LUTs which change the white balance use chromatic adaptation to shift the colors toward a different white point. I choose white points from the CIE's 'Illuminant series D', also known as the 'daylight locus', which is meant to represent natural daylight at different color temperatures. Luminosity is scaled roughly identically to the default LUTs. All color operations were performed in a linear light scale, then converted back into sRGB for the LUTs themselves.

The main LUTs modified are the nighttime ones, though I also added LUTs for night vision equipment and dawn/sunset (the latter which is now actually used by the game). LUT details:

  • lut-night.png - Color temperature: 25000K; darkest it gets.
  • lut-riseset.png - Color temperature: 4000K; dawn and sunset, not quite so dark.
  • night.png - Same as lut-night, but a tiny bit brighter for the map view.
  • nightvision.png - Simulates a lowered gamut display, and is only very slightly dimmer than standard full daylight ('identity' LUT).