AlphaSample
@PreviewWrapper(RemoteComponentPreviewWrapper::class)
@Composable
fun AlphaSample() {
RemoteBox(RemoteModifier.size(100.rdp).alpha(0.5f.rf).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
@PreviewWrapper(RemoteComponentPreviewWrapper::class)
@Composable
fun AlphaSample() {
RemoteBox(RemoteModifier.size(100.rdp).alpha(0.5f.rf).background(Color.Red))
}Last updated: