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