Searched refs:lstarFromY (Results 1 – 3 of 3) sorted by relevance
141 final double returnValue = ColorUtils.lstarFromY(lightY) + LUMINANCE_GAMUT_MAP_TOLERANCE; in lighter()187 final double returnValue = ColorUtils.lstarFromY(darkY) - LUMINANCE_GAMUT_MAP_TOLERANCE; in darker()
147 recastInVc.getHue(), recastInVc.getChroma(), ColorUtils.lstarFromY(viewedInVc[1])); in inViewingConditions()
201 public static double lstarFromY(double y) { in lstarFromY() method in ColorUtils