ahmad.karami Posted May 22, 2020 Share Posted May 22, 2020 (edited) Hi everyone, How to Access White Color in Settings Window? I searched , you can help me Thank you Edited May 22, 2020 by ahmad.karami Link to comment
silent Posted May 25, 2020 Share Posted May 25, 2020 Not sure that I fully understand your question. You can enter render_fade_color command in console and get the value. Could you please explain what do you want to achieve? How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN Link to comment
rohit.gonsalves Posted May 25, 2020 Share Posted May 25, 2020 Dear silent, I think @ahmad.karami wants to know if there exists a console command to set white balance color of color correction? I see there is no console render command for this. But you may extend this easily as there exists api's for that. You may use Unigine::Render Class to create a console command using Console::addCommand to support this through console. Hope this helps. Rohit Link to comment
ahmad.karami Posted May 25, 2020 Author Share Posted May 25, 2020 2 hours ago, silent said: Not sure that I fully understand your question. You can enter render_fade_color command in console and get the value. Could you please explain what do you want to achieve? I want change color of white to red , my achievements You'll see it soon... Link to comment
ahmad.karami Posted May 25, 2020 Author Share Posted May 25, 2020 1 hour ago, rohit.gonsalves said: Dear silent, I think @ahmad.karami wants to know if there exists a console command to set white balance color of color correction? I see there is no console render command for this. But you may extend this easily as there exists api's for that. You may use Unigine::Render Class to create a console command using Console::addCommand to support this through console. Hope this helps. Rohit Thank you Dear @rohit.gonsalves , Yes I want change white color param to red param or any color param others ... Link to comment
ahmad.karami Posted May 25, 2020 Author Share Posted May 25, 2020 2 hours ago, silent said: Not sure that I fully understand your question. You can enter render_fade_color command in console and get the value. Could you please explain what do you want to achieve? Mr @silent , Please Is it possible you test for do change that white param according to Shot Top ? Link to comment
silent Posted May 25, 2020 Share Posted May 25, 2020 You can try to execute following command: render_fade_color 1 0 0 1 (the last value is alpha, so you can experiment with it and adjust as needed). There is also a bug in documentation, since default value is black (0 0 0 0). 1 How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN Link to comment
ahmad.karami Posted May 25, 2020 Author Share Posted May 25, 2020 14 hours ago, silent said: You can try to execute following command: render_fade_color 1 0 0 1 (the last value is alpha, so you can experiment with it and adjust as needed). There is also a bug in documentation, since default value is black (0 0 0 0). Great! does work! but why in manual chm book wrote to vec4(r,g,b,c)! anyway , You solved for me , THANK YOU Mr @silent Link to comment
Recommended Posts