Searched defs:fromInt (Results 1 – 4 of 4) sorted by relevance
27 float[] fromInt(@ColorInt int argb); in fromInt() method
42 public float[] fromInt(int color) { in fromInt() method in LABPointProvider
116 fun fromInt(value: Int) = values().firstOrNull { it.id == value } regex
143 public static Cam fromInt(int argb) { in fromInt() method in Cam