8. Further Exploration¶
- Experiment with Colors
Try changing the
grayscaleValuecalculation. 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
.fxfiles in your ReShadeShadersfolder (likeDaltonize.fx,Deband.fx,DisplayDepth.fx). Try to understand how they work by examining theirPS_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!