Searched defs:outLab (Results 1 – 2 of 2) sorted by relevance
384 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB()385 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() local404 @NonNull double[] outLab) { in RGBToLAB()
727 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB()728 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() local747 @NonNull double[] outLab) { in RGBToLAB()