- Unity 2018 Shaders and Effects Cookbook
- John P. Doran Alan Zucconi
- 247字
- 2021-06-18 19:04:11
How to do it...
- We first create a new Post Processing Profile by right-clicking within the Assets folder in the Project window and then selecting Create | Post Processing Profile. Once selected, it will allow us to rename the item. Go ahead and set it to ColorProfile.
- Select the Post-process volume object and, from the Inspector window, go to the Post Processing Volume component and assign the Profile property to the ColorProflie we just created.
- Afterward, select the Game tab, if it hasn't been selected already, to see the results of the changes to be made.
- Select the Add effect... button and select Unity | Color Grading.
- Check the Mode property and set it to Low Definition Range (LDR). From there, you'll see a number of properties that can be used to adjust the colors on the screen in a similar manner to how Photoshop's hue/saturation menu works. Check the Temperature property and set it to 30. Afterward, set the Hue Shift property to -20 and the Saturation to 15:

- After making the changes, pe into the game to see what it looks like when playing:

The final result of using color grading
Notice how the previously very green environment is now much warmer and more yellow than before.
For more information on the color grading effect, check out: https://github.com/Unity-Technologies/PostProcessing/wiki/Color-Grading.
推薦閱讀
- Learning Python Web Penetration Testing
- TypeScript Essentials
- Building a Game with Unity and Blender
- Java程序設計與計算思維
- Interactive Applications Using Matplotlib
- Unreal Engine 4 Shaders and Effects Cookbook
- Selenium Testing Tools Cookbook(Second Edition)
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Django 3.0入門與實踐
- Microsoft HoloLens By Example
- Mastering ASP.NET Core 2.0
- HTML并不簡單:Web前端開發精進秘籍
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- 計算機應用基礎(Windows 7+Office 2010)
- Mastering Node.js