tolerance property

double tolerance
final

Tolerance for minimum contrast ratio.

Any contrast ratio greater than minimumRatio or within a distance of tolerance from minimumRatio passes the test. Defaults to 0.01.

Implementation

final double tolerance;