Skip to content

Commit 3c37d5f

Browse files
Adjusting cyan thresh
1 parent 35e64e1 commit 3c37d5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tracker/color.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717

1818
cyan: function(r, g, b) {
19-
var thresholdGreen = 60,
20-
thresholdBlue = 60,
19+
var thresholdGreen = 50,
20+
thresholdBlue = 50,
2121
dx = r-0,
2222
dy = g-255,
2323
dz = b-255;

0 commit comments

Comments
 (0)