class neuroglancer.viewer_state.ObjectAlphaTool(LayerTool) Public members¶ TOOL_TYPE: str = "objectAlpha" layer: str | None Name of the layer to which this tool applies. type: str ObjectAlphaTool(*args, **kwargs) Initialize self. See help(type(self)) for accurate signature. static ObjectAlphaTool(cls, json_data=None, ...) Coerces the argument to a Tool. to_json() __eq__(other) Return self==value. __repr__() Return repr(self).