routoMapSDK Android
routoMapSDK Android
/
com.routo.mapsdk.dataclass
/
Color
Color
data
class
Color
(
val
red
:
Int
,
val
green
:
Int
,
val
blue
:
Int
,
val
alpha
:
Int
=
255
)
Types
Constructors
Functions
Properties
Constructors
Color
Link copied to clipboard
fun
Color
(
red
:
Int
,
green
:
Int
,
blue
:
Int
,
alpha
:
Int
=
255
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
alpha
Link copied to clipboard
val
alpha
:
Int
=
255
blue
Link copied to clipboard
val
blue
:
Int
green
Link copied to clipboard
val
green
:
Int
red
Link copied to clipboard
val
red
:
Int