Companion

object Companion

Functions

Link copied to clipboard
fun fromHex(hex: String): Color
Link copied to clipboard
fun fromInt(colorInt: Int): Color
Link copied to clipboard
fun fromRGB(red: Int, green: Int, blue: Int): Color
Link copied to clipboard
fun fromRGBA(red: Int, green: Int, blue: Int, alpha: Int): Color