Home
last modified time | relevance | path

Searched defs:chroma (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/monet/src/com/android/systemui/monet/
H A DShades.java54 public static @ColorInt int[] of(float hue, float chroma) { in of()
H A DColorScheme.kt214 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 DCam.java115 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 DHctSolver.java606 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 DColorUtils.java365 public static int CAMToColor(float hue, float chroma, float lstar) { in CAMToColor()