-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFilters.json
More file actions
44 lines (44 loc) · 898 Bytes
/
Copy pathFilters.json
File metadata and controls
44 lines (44 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"Vintage": {
"Saturation": 1.5,
"Contrast": 1.2,
"Brightness": 10,
"Exposure": 1.2,
"Warmth": 1.2
},
"Sepia": {
"Saturation": 0.8,
"Contrast": 1.1,
"Brightness": 5,
"Exposure": 1.1,
"Warmth": 1.5
},
"HighContrast": {
"Saturation": 1.0,
"Contrast": 1.8,
"Brightness": 5,
"Exposure": 1.0,
"Warmth": 1.0
},
"SoftBlur": {
"Saturation": 1.0,
"Contrast": 1.0,
"Brightness": 0,
"Exposure": 1.0,
"Warmth": 1.0
},
"Vibrant": {
"Saturation": 1.8,
"Contrast": 1.5,
"Brightness": 15,
"Exposure": 1.3,
"Warmth": 1.1
},
"hello": {
"Saturation": 1.4,
"Contrast": 1.4,
"Brightness": -10.0,
"Exposure": 1.2,
"Warmth": 1.4
}
}