- class neuroglancer.viewer_state.SegmentationLayer(Layer)
Public members¶
- SegmentationLayer(*args, **kwargs)
Initialize self. See help(type(self)) for accurate signature.
- segment_query: str | None
- segmentQuery: str | None
- segment_colors: Map[uint64, str]
- segmentColors: Map[uint64, str]
- segment_html_color_dict
Returns a dictionary whose keys are segments and values are the 6-digit hex strings representing the colors of those segments given the current color seed
- static interpolate(a, b, t)
- local_velocity: Map[str, DimensionPlaybackVelocity]
- localVelocity: Map[str, DimensionPlaybackVelocity]
- tool_bindings: Map[str, Tool]
- to_json()
- __repr__()
Return repr(self).