RangeVisualizationStyle
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Represents the style used to display a reachable range.
Parameters
outerColors
The ColorByZoom of the area outside of the reachable range.
rangeStyles
The styles for each named Range.
defaultRangeStyle
The default fallback style for a Range.
Constructors
Link copied to clipboard
constructor(outerColors: ColorByZoom = DEFAULT_OUTER_COLORS, rangeStyles: Map<String, RangeStyle> = emptyMap(), defaultRangeStyle: RangeStyle = RangeStyle())