colors
fun colors(fillColor: Color = Color.Gray, alternateFillColor: Color = Color.Black, lineColor: Color = Color.White, shadowColor: Color = Color.Black.copy(alpha = 0.65f), textColor: Color = Color.Black, textShadowColor: Color = Color.White): ScalebarColors
Creates an instance of ScalebarColors with default values.
Since
200.7.0
Parameters
fill Color
The fill color used for ScalebarStyle.Bar and ScalebarStyle.AlternatingBar Scalebar.
alternate Fill Color
The second color used for for ScalebarStyle.Bar and ScalebarStyle.AlternatingBar Scalebar.
line Color
The color used for the Scalebar's line color.
shadow Color
The color used for the Scalebar's shadow color.
text Color
The color used for the Scalebar's text labels.
text Shadow Color
The color used for the Scalebar label's shadow color.