Home
last modified time | relevance | path

Searched refs:getChroma (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DCam.java56 public float getChroma() { in getChroma() method in Cam
276 (getChroma() == 0.0 || getJ() == 0.0) in viewed()
278 : getChroma() / (float) Math.sqrt(getJ() / 100.0); in viewed()
473 Cam.fromJch(camClipped.getJ(), camClipped.getChroma(), hue)); in findCamByJ()