Skip to content
Snippets Groups Projects
Unverified Commit cc9a97b5 authored by Micah Elizabeth Scott's avatar Micah Elizabeth Scott Committed by GitHub
Browse files

Merge pull request #107 from nurikabe/patch-1

Add comma missing from default color config
parents 9773d6d9 5282ec34
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ The default color configuration is:
```
"color": {
"gamma": 2.5,
"whitepoint": [0.98, 1.0, 1.0]
"whitepoint": [0.98, 1.0, 1.0],
"linearSlope": 1.0,
"linearCutoff": 0.0
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment