AlphaSample
@Composable
fun AlphaSample() {
Box(Modifier.size(100.dp).alpha(alpha = 0.5f).background(Color.Red))
}Draw content with modified alpha that may be less than 1.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
@Composable
fun AlphaSample() {
Box(Modifier.size(100.dp).alpha(alpha = 0.5f).background(Color.Red))
}Last updated: