<div class='sourceset sourceset-common'>Common</div>

```kotlin
@ExperimentalMaterial3AdaptiveApi
object LevitatedPaneScrimDefaults
```

The objet to provide default values of [LevitatedPaneScrim](/jetpack-compose/androidx.compose.material3.adaptive/adaptive-layout/composable-functions/LevitatedPaneScrim).

## Properties

<div class='sourceset sourceset-common'>Common</div>

```kotlin
val Color = androidx.compose.ui.graphics.Color.Black.copy(alpha = 0.32f)
```

The default color of the scrim, which is a translucent black.