WorldScaleCalibrationViewDefaults

Object holding the default theming for the WorldScaleSceneViewScope.CalibrationView.

Since

200.7.0

Functions

Link copied to clipboard
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.

Link copied to clipboard
fun typography(titleTextStyle: TextStyle = MaterialTheme.typography.titleLarge.copy( color = MaterialTheme.colorScheme.secondary ), subtitleTextStyle: TextStyle = MaterialTheme.typography.titleMedium.copy( color = MaterialTheme.colorScheme.primary ), bodyTextStyle: TextStyle = MaterialTheme.typography.bodyLarge.copy( color = MaterialTheme.colorScheme.primary )): WorldScaleCalibrationViewTypography

Default typography scheme for the WorldScaleSceneViewScope.CalibrationView