image colored background - mimoccc/tvapp GitHub Wiki

//tvlib/org.mjdev.tvlib.ui.components.image/ImageColoredBackground

ImageColoredBackground

[androidJvm]\

@Composable

fun ImageColoredBackground(modifier: Modifier = Modifier, image: Any? = null, shape: Shape = RectangleShape, transform: (color: Color) -> Brush? = null, contentAlignment: Alignment = Alignment.TopStart, content: @Composable(bckColor: Color) -> Unit = {})

⚠️ **GitHub.com Fallback** ⚠️