Searched defs:outLab (Results 1 – 1 of 1) sorted by relevance
391 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() local411 double @NonNull [] outLab) { in RGBToLAB()