Skip to content

Instantly share code, notes, and snippets.

@AARomanov1985
Last active May 6, 2017 19:03
Show Gist options
  • Save AARomanov1985/81c7b54e610759c5dbe836defa8da5d5 to your computer and use it in GitHub Desktop.
Save AARomanov1985/81c7b54e610759c5dbe836defa8da5d5 to your computer and use it in GitHub Desktop.
Цветовой баланс для разного времени суток
# День:
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