Home
last modified time | relevance | path

Searched defs:outLab (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/graphics/
DColorUtils.java377 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/
DColorUtils.java353 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/
DNotificationColorUtil.java712 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()