Skip to content

Commit

Permalink
Change default value of gamma to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
exvion committed Aug 25, 2010
1 parent a88b5c3 commit 770895b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions su2yafaray/YafaraySettings.rb
Expand Up @@ -38,8 +38,8 @@ class YafaraySettings
'shadowDepth'=>'64', 'shadowDepth'=>'64',
'auto_threads'=>true, 'auto_threads'=>true,
'threads'=>'1', 'threads'=>'1',
'gamma'=>'1.8', 'gamma'=>'2.2',
'gamma_input'=>'1.8', 'gamma_input'=>'2.2',
'clamp_rgb'=>false, 'clamp_rgb'=>false,
'premult'=>false, 'premult'=>false,


Expand Down

0 comments on commit 770895b

Please sign in to comment.