Skip to content

Commit

Permalink
Move brightness change to after the flag has been applied
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Jun 30, 2016
1 parent ca345af commit 07dbc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/web.js
Expand Up @@ -185,7 +185,6 @@ function blitlineCreateAddOverlayJob(beforeKey, afterKey, signedAfterUrl, client
"functions": [{
"name": "modulate",
"params": {
"brightness": 1.4,
"saturation": 0.1,
},

Expand All @@ -204,6 +203,7 @@ function blitlineCreateAddOverlayJob(beforeKey, afterKey, signedAfterUrl, client
"functions": [{
"name": "modulate",
"params": {
"brightness": 1.2,
"saturation": 1.25,
},

Expand Down

0 comments on commit 07dbc6a

Please sign in to comment.