Last active
May 6, 2017 19:03
-
-
Save AARomanov1985/81c7b54e610759c5dbe836defa8da5d5 to your computer and use it in GitHub Desktop.
Цветовой баланс для разного времени суток
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# День: | |
xgamma -rgamma 1.0 -bgamma 1.0 -ggamma 1.0 | |
# Вечер: | |
xgamma -ggamma 0.85 -bgamma 0.75 | |
# Ночь: | |
xgamma -ggamma 0.75 -bgamma 0.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment