Searched refs:RGBToLAB (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/v4/java/android/support/v4/graphics/ |
D | ColorUtils.java | 310 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() 327 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() method in ColorUtils
|
/frameworks/base/core/java/com/android/internal/util/ |
D | NotificationColorUtil.java | 430 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB() 447 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() method in NotificationColorUtil.ColorUtilsFromCompat
|
/frameworks/support/v4/api/ |
D | current.txt | 1182 method public static void RGBToLAB(int, int, int, double[]);
|