MPIColor

data class MPIColor(    val hex: String,     val opacity: Double,     val rgba: String)

MPIColor represents the brand color of a MPINavigatable.MPILocation

Constructors

Link copied to clipboard
fun MPIColor(    hex: String,     opacity: Double,     rgba: String)

Properties

Link copied to clipboard
val hex: String

Hex color of the MPIColor in String

Link copied to clipboard
val opacity: Double

Opacity of the MPIColor in String

Link copied to clipboard
val rgba: String

Rgba of the MPIColor in String