D | Cam.java | 28 public class Cam { class 115 Cam(float hue, float chroma, float j, float q, float m, float s, float jstar, float astar, in Cam() method in Cam 143 public static Cam fromInt(int argb) { in fromInt() 152 public static Cam fromIntInFrame(int argb, @NonNull Frame frame) { in fromIntInFrame() 224 return new Cam(hue, c, j, q, m, s, jstar, astar, bstar); in fromIntInFrame() 232 private static Cam fromJch(float j, float c, float h) { in fromJch() 241 private static Cam fromJchInFrame(float j, float c, float h, Frame frame) { in fromJchInFrame() 257 return new Cam(h, c, j, q, m, s, jstar, astar, bstar); in fromJchInFrame() 266 public float distance(@NonNull Cam other) { in distance() 411 Cam answer = null; in getInt() [all …]
|