Searched defs:lstar (Results 1 – 5 of 5) sorted by relevance
82 static int intFromLstar(float lstar) { in intFromLstar()147 static float yFromLstar(float lstar) { in yFromLstar()
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()454 private static Cam findCamByJ(float hue, float chroma, float lstar) { in findCamByJ()
64 public static float lstarToY(float lstar) { in lstarToY()
222 float lstar = Contrast.yToLstar(counterpartY); in setContrastRatio() local
362 public static int CAMToColor(float hue, float chroma, float lstar) { in CAMToColor()