Searched defs:outLab (Results 1 – 2 of 2) sorted by relevance
429 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB()430 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() local449 @NonNull double[] outLab) { in RGBToLAB()
309 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB()310 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() local329 @NonNull double[] outLab) { in RGBToLAB()