Color Contrast Checker - contrast
Creates a descending comparator comparing values after the primary comparator defined them equal. It uses the selector function to transform values and then compares them with the given comparator.
Diffused lightExamples
Combines this comparator and the given comparator such that the latter is applied only when the former considered values equal.
Compares its two arguments for order. Returns zero if the arguments are equal, a negative number if the first argument is less than the second, or a positive number if the first argument is greater than the second.
What is diffused lightfor plants
Combines this comparator and the given comparator such that the latter is applied only when the former considered values equal.
Diffused lightceiling
Creates a comparator comparing values after the primary comparator defined them equal. It uses the selector function to transform values and then compares them with the given comparator.
Creates a comparator comparing values after the primary comparator defined them equal. It uses the function to transform value to a Comparable instance for comparison.
Creates a descending comparator using the primary comparator and the function to transform value to a Comparable instance for comparison.