-
public final class ArtworkColorBackgroundKt
-
-
Method Summary
Modifier and Type Method Description final static UnitArtworkColorBackground(Object artworkUri, Modifier modifier, Color defaultColor)Background using a radial gradient extracted from artwork. final static UnitColorBackground(Color color, Modifier modifier, Color background)-
-
Method Detail
-
ArtworkColorBackground
@Composable() final static Unit ArtworkColorBackground(Object artworkUri, Modifier modifier, Color defaultColor)
Background using a radial gradient extracted from artwork.
-
ColorBackground
@Composable() final static Unit ColorBackground(Color color, Modifier modifier, Color background)
-
-
-
-