- 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.
推薦閱讀
- Kibana Essentials
- Visual FoxPro程序設計教程(第3版)
- 測試驅動開發:入門、實戰與進階
- Java Web基礎與實例教程(第2版·微課版)
- Django:Web Development with Python
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Microsoft System Center Orchestrator 2012 R2 Essentials
- HTML5+CSS3網頁設計
- Protocol-Oriented Programming with Swift
- HTML5 APP開發從入門到精通(微課精編版)
- 智能搜索和推薦系統:原理、算法與應用
- Canvas Cookbook
- Laravel Application Development Blueprints
- ActionScript 3.0從入門到精通(視頻實戰版)
- HTML5移動Web開發