tripkit-android / com.skedgo.tripkit.routing / ServiceColor
ServiceColor
class ServiceColor : Parcelable
Constructors
Name | Summary |
---|---|
<init> | ServiceColor() ServiceColor(color: Int ) ServiceColor(red: Int , green: Int , blue: Int ) |
Properties
Name | Summary |
---|---|
CREATOR | static val CREATOR: Creator< ServiceColor !>! |
Functions
Name | Summary |
---|---|
describeContents | fun describeContents(): Int |
equals | fun equals(other: Any ?): Boolean |
getBlue | fun getBlue(): Int |
getColor | fun getColor(): Int |
getGreen | fun getGreen(): Int |
getRed | fun getRed(): Int |
setBlue | fun setBlue(blue: Int ): Unit |
setGreen | fun setGreen(green: Int ): Unit |
setRed | fun setRed(red: Int ): Unit |
writeToParcel | fun writeToParcel(dest: Parcel!, flags: Int ): Unit |
Extension Functions
Name | Summary |
---|---|
toInt | fun ServiceColor .toInt(alpha: Int ): Int |