Package 

Class ArtworkColorBackgroundKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit ArtworkColorBackground(Object artworkUri, Modifier modifier, Color defaultColor, Color background) Background using a radial gradient extracted from artwork.
      final static State<Brush> rememberArtworkColorBrush(Color artworkColor, Color background)
      final static State<Color> rememberArtworkColor(Object artworkUri, Color defaultColor)
      final static Unit ColorBackground(Color color, Modifier modifier, Color background)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • ArtworkColorBackground

        @Composable()@Deprecated(message = Prefer background modifier) final static Unit ArtworkColorBackground(Object artworkUri, Modifier modifier, Color defaultColor, Color background)

        Background using a radial gradient extracted from artwork.

      • rememberArtworkColorBrush

        @Composable() final static State<Brush> rememberArtworkColorBrush(Color artworkColor, Color background)
      • ColorBackground

        @Composable()@Deprecated(message = Prefer background modifier) final static Unit ColorBackground(Color color, Modifier modifier, Color background)