8. Further Exploration

Experiment with Colors

Try changing the grayscaleValue calculation. What happens if you only use the red component (originalColor.r)?

Combine Effects

In ReShade, you can enable multiple shaders. The output of one shader becomes the input for the next.

Explore Other Shaders

Look at the other .fx files in your ReShade Shaders folder (like Daltonize.fx, Deband.fx, DisplayDepth.fx). Try to understand how they work by examining their PS_ functions and techniques.

ReShade FX Reference

For more advanced details, refer to the ReShade FX Shading Language Reference

This is just the beginning! Shaders offer immense power to customize and enhance your visual experience. Have fun experimenting!