Created
January 4, 2026 08:58
-
-
Save skydoves/ba4aed2241654b07874ab1847ce957a9 to your computer and use it in GitHub Desktop.
Landscapist: Combined Plugins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| val imageComponent = rememberImageComponent { | |
| +ShimmerPlugin(Shimmer.Flash()) | |
| +CrossfadePlugin(duration = 500) | |
| +PalettePlugin( | |
| imageModel = imageUrl, | |
| useCache = true, | |
| paletteLoadedListener = { palette -> | |
| dominantColor = palette.dominantSwatch?.rgb | |
| } | |
| ) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment