This shader contains two techniques.
- DisplayLUT - generates neutral LUT pattern in the left-top corner of the screen with ability to adjust pattern resolution.
- ApplyLUT - just a remix of LUT 1.0 © 2016 Marty McFly, with fewer instruction slot used. It color-grades the image using LUT texture.
All instructions are included in the tooltips.
To change texture size and name for
Apply LUT technique, declare
- LutSize=32 (vertical resolution of LUT texture)
- LutName="YourCustomLut.png"
in
Preprocessor Definitions.
Download shader >
github.com/Fubaxiusz/fubax-shaders/blob/.../Shaders/LUTTools.fx
For more info about LUT please check
reshade.me/forum/shader-discussion/3179-...correction-the-guide
Display LUT
Apply LUT