colorScheme

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

backgroundColor

The background color of the WorldScaleSceneViewScope.CalibrationView.

containerColor

The color of the containers of the WorldScaleSceneViewScope.CalibrationView, such as the area for heading controls as well as elevation controls.

buttonContainerColor

The color of the container for the buttons in the WorldScaleSceneViewScope.CalibrationView.

buttonContentColor

The color of the content of the buttons in the WorldScaleSceneViewScope.CalibrationView.

sliderTrackColor

The color of the track of the sliders in the WorldScaleSceneViewScope.CalibrationView.

sliderThumbColor

The color of the thumb of the sliders in the WorldScaleSceneViewScope.CalibrationView.