🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

alpha

Draw content with modified alpha that may be less than 1.

AlphaSample

@Sampled
@PreviewWrapper(RemoteComponentPreviewWrapper::class)
@Composable
fun AlphaSample() {
    RemoteBox(RemoteModifier.size(100.rdp).alpha(0.5f.rf).background(Color.Red.rc))
}

Content updated: