Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/graphics/
DColorUtils.java391 public static void colorToLAB(@ColorInt int color, double @NonNull [] outLab) { in colorToLAB()
392 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() local
411 double @NonNull [] outLab) { in RGBToLAB()