Searched defs:chroma (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/monet/src/com/android/systemui/monet/ |
H A D | Shades.java | 54 public static @ColorInt int[] of(float hue, float chroma) { in of()
|
H A D | ColorScheme.kt | 214 val chroma = chroma.get(sourceColor) regex 220 val chroma = chroma.get(sourceColor) regex
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/cam/ |
H A D | Cam.java | 115 Cam(float hue, float chroma, float j, float q, float m, float s, float jstar, float astar, in Cam() 134 public static int getInt(float hue, float chroma, float lstar) { in getInt() 345 public static int getInt(float hue, float chroma, float lstar, @NonNull Frame frame) { in getInt() 461 private static Cam findCamByJ(float hue, float chroma, float lstar) { in findCamByJ()
|
H A D | HctSolver.java | 606 static int findResultByJ(double hueRadians, double chroma, double y) { in findResultByJ() 681 public static int solveToInt(double hueDegrees, double chroma, double lstar) { in solveToInt() 718 public static Cam solveToCam(double hueDegrees, double chroma, double lstar) { in solveToCam()
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/ |
H A D | ColorUtils.java | 365 public static int CAMToColor(float hue, float chroma, float lstar) { in CAMToColor()
|