Toolkit
Toggle table of contents
1.7.7
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolkit
compose
/
glass.yasan.toolkit.compose.color
Package-level
declarations
Functions
Functions
darken
Link copied to clipboard
fun
Color
.
darken
(
factor
:
Float
=
0.075f
)
:
Color
Darkens the given
Color
by
factor
.
is
Dark
Link copied to clipboard
fun
Color
.
isDark
(
luminanceThreshold
:
Float
=
0.5f
)
:
Boolean
is
Light
Link copied to clipboard
fun
Color
.
isLight
(
luminanceThreshold
:
Float
=
0.5f
)
:
Boolean
lighten
Link copied to clipboard
fun
Color
.
lighten
(
factor
:
Float
=
0.075f
)
:
Color
Lightens the given
Color
by
factor
.
to
Content
Color
Link copied to clipboard
fun
Color
.
toContentColor
(
luminanceThreshold
:
Float
=
0.5f
)
:
Color