routoMapSDK Android
routoMapSDK Android
/
com.routo.mapsdk.dataclass
/
Color
/
Companion
Companion
object
Companion
Functions
Functions
from
Hex
Link copied to clipboard
fun
fromHex
(
hex
:
String
)
:
Color
from
Int
Link copied to clipboard
fun
fromInt
(
colorInt
:
Int
)
:
Color
from
RGB
Link copied to clipboard
fun
fromRGB
(
red
:
Int
,
green
:
Int
,
blue
:
Int
)
:
Color
from
RGBA
Link copied to clipboard
fun
fromRGBA
(
red
:
Int
,
green
:
Int
,
blue
:
Int
,
alpha
:
Int
)
:
Color