Package 

Class ArtworkColorBackgroundKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit ArtworkColorBackground(Object artworkUri, Modifier modifier, Color defaultColor) Background using a radial gradient extracted from artwork.
      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() 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)