Skip to content

Commit

Permalink
updated pixelThreshold range
Browse files Browse the repository at this point in the history
  • Loading branch information
aslanyanhaik committed Apr 19, 2020
1 parent fb3fc03 commit e2a305d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Internal/RCConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ struct RCConstants {
static let dotSizeScale: CGFloat = 0.08
static let dotPatterns: [CGFloat] = [6, 4, 2]
static let dotPointRange = (Float(1.3)...Float(2.5))
static let pixelThreshold = (70...180)
static let pixelThreshold = (0...180)
}

0 comments on commit e2a305d

Please sign in to comment.