image colored background - mimoccc/tvapp GitHub Wiki
//tvlib/org.mjdev.tvlib.ui.components.image/ImageColoredBackground
[androidJvm]\
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 = {})