color Scheme
fun colorScheme(backgroundColor: Color = MaterialTheme.colorScheme.surfaceContainerLow.copy(alpha = 0.85F), containerColor: Color = MaterialTheme.colorScheme.surfaceContainerHigh.copy(alpha = 0.9F), buttonContainerColor: Color = MaterialTheme.colorScheme.primary, buttonContentColor: Color = MaterialTheme.colorScheme.onPrimary, sliderTrackColor: Color = MaterialTheme.colorScheme.primary, sliderThumbColor: Color = MaterialTheme.colorScheme.onPrimary): WorldScaleCalibrationViewColorScheme
Default color scheme for the WorldScaleSceneViewScope.CalibrationView.
Since
200.7.0
Parameters
background Color
The background color of the WorldScaleSceneViewScope.CalibrationView.
container Color
The color of the containers of the WorldScaleSceneViewScope.CalibrationView, such as the area for heading controls as well as elevation controls.
button Container Color
The color of the container for the buttons in the WorldScaleSceneViewScope.CalibrationView.
button Content Color
The color of the content of the buttons in the WorldScaleSceneViewScope.CalibrationView.
slider Track Color
The color of the track of the sliders in the WorldScaleSceneViewScope.CalibrationView.
slider Thumb Color
The color of the thumb of the sliders in the WorldScaleSceneViewScope.CalibrationView.