toggle menu
vico
androidJvm
switch theme
search in API
core
/
com.patrykandpatrick.vico.core.common.shader
/
DynamicShader
/
Companion
/
compose
compose
@
RequiresApi
(
value
=
29
)
fun
compose
(
first
:
DynamicShader
,
second
:
DynamicShader
,
mode
:
BlendMode
)
:
DynamicShader
fun
compose
(
first
:
DynamicShader
,
second
:
DynamicShader
,
mode
:
PorterDuff.Mode
)
:
DynamicShader
Creates a
ComposeShader
out of two
DynamicShader
s, combining
first
and
second
via
mode
.