Searched defs:outLab (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/graphics/ |
H A D | ColorUtils.java | 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() local 404 @NonNull double[] outLab) { in RGBToLAB()
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/ |
H A D | ColorUtils.java | 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() local 407 @NonNull double[] outLab) { in RGBToLAB()
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | ContrastColorUtil.java | 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() local 747 @NonNull double[] outLab) { in RGBToLAB()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | ContrastColorUtil.java | 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() local 835 @NonNull double[] outLab) { in RGBToLAB()
|