Searched refs:LIGHTNESS_SEARCH_ENDPOINT (Results 1 – 1 of 1) sorted by relevance
38 private static final float LIGHTNESS_SEARCH_ENDPOINT = 0.01f; field in Cam462 while (Math.abs(low - high) > LIGHTNESS_SEARCH_ENDPOINT) { in findCamByJ()