Searched defs:toColor (Results 1 – 2 of 2) sorted by relevance
189 @RequiresApi(26) public inline fun @receiver:ColorInt Int.toColor(): Color = Color.valueOf(this) method296 @RequiresApi(26) public inline fun @receiver:ColorLong Long.toColor(): Color = Color.valueOf(this) method
149 public static int toColor(@FloatRange(from = 0.0, to = 360.0) float hue, in toColor() method in CamColor409 static @ColorInt int toColor(@FloatRange(from = 0.0, to = 360.0) float hue, in toColor() method in CamColor