Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun createRandomImageUrl(width: Int, height: Int): String
fun createRandomImageUrl(width: Int, height: Int, isLandscape: Boolean): String
fun createRandomImageUrl(width: Int, height: Int, isLandscape: Boolean, endpoint: Boolean = true): String
Link copied to clipboard
fun generateRandomColor(alpha: Int = 255, red: Int = 255, green: Int = 255, blue: Int = 255): Int
Link copied to clipboard
fun generateRandomColorDrawable(alpha: Int = 255, red: Int = 255, green: Int = 255, blue: Int = 255): ColorDrawable