Searched defs:outLab (Results 1 – 3 of 3) sorted by relevance
| /frameworks/support/compat/src/main/java/androidx/core/graphics/ |
| D | ColorUtils.java | 377 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB() 378 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() local 397 @NonNull double[] outLab) { in RGBToLAB()
|
| /frameworks/base/core/java/com/android/internal/graphics/ |
| D | ColorUtils.java | 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() local 373 @NonNull double[] outLab) { in RGBToLAB()
|
| /frameworks/base/core/java/com/android/internal/util/ |
| D | NotificationColorUtil.java | 712 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB() 713 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() local 732 @NonNull double[] outLab) { in RGBToLAB()
|