Home
last modified time | relevance | path

Searched defs:darker (Results 1 – 1 of 1) sorted by relevance

/external/libmonet/contrast/
DContrast.java95 final double darker = (lighter == y2) ? y1 : y2; in ratioOfYs() local
170 public static double darker(double tone, double ratio) { in darker() method in Contrast