toggle menu
webmonitor
jvm
switch theme
search in API
webmonitor
/
com.enniovisco.dsl
/
Color
Color
data
class
Color
(
val
red
:
Int
,
val
green
:
Int
,
val
blue
:
Int
)
Members
Constructors
Color
Link copied to clipboard
constructor
(
red
:
Int
,
green
:
Int
,
blue
:
Int
)
Properties
blue
Link copied to clipboard
val
blue
:
Int
green
Link copied to clipboard
val
green
:
Int
red
Link copied to clipboard
val
red
:
Int
Functions
contrast
Ratio
Link copied to clipboard
fun
contrastRatio
(
other
:
Color
)
:
Double