/tripkit/CommonCoreLegacy/com.skedgo.tripkit.routing/ServiceColor

ServiceColor

\ class ServiceColor : Parcelable

Constructors

ServiceColor constructor()constructor(red: Int, green: Int, blue: Int)

Types

Name Summary
Companion object Companion

Properties

Name Summary
blue @SerializedName(value = "blue")
var blue: Int
color val color: Int
green @SerializedName(value = "green")
var green: Int
red @SerializedName(value = "red")
var red: Int

Functions

Name Summary
describeContents open override fun describeContents(): Int
equals open operator override fun equals(other: Any?): Boolean
toInt fun ServiceColor.toInt(alpha: Int): Int
writeToParcel open override fun writeToParcel(dest: Parcel, flags: Int)