Searched defs:outLab (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/core-utils/java/android/support/v4/graphics/ |
D | ColorUtils.java | 309 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB() 310 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() local 329 @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 | 700 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB() 701 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() local 720 @NonNull double[] outLab) { in RGBToLAB()
|