Searched defs:outLab (Results 1 – 2 of 2) sorted by relevance
387 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB()388 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() local407 @NonNull double[] outLab) { in RGBToLAB()
815 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB()816 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() local835 @NonNull double[] outLab) { in RGBToLAB()