quarkdown
Toggle table of contents
2.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
quarkdown
quarkdown-core
/
com.quarkdown.core.misc.color
/
Color
/
Color
Color
constructor
(
red
:
Int
,
green
:
Int
,
blue
:
Int
,
alpha
:
Double
=
MAX_ALPHA
)
Parameters
red
red component (0-255)
green
green component (0-255)
blue
blue component (0-255)
alpha
alpha component (0.0-1.0)