rgb

inline fun rgb(red: Int, green: Int, blue: Int): Color(source)
inline fun rgb(red: Int, green: Int, blue: Int, alpha: Double): Color(source)