Searched defs:outLab (Results 1 – 2 of 2) sorted by relevance
353 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB()354 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() local373 @NonNull double[] outLab) { in RGBToLAB()
723 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB()724 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() local743 @NonNull double[] outLab) { in RGBToLAB()