Skip to content
Neuroglancer
neuroglancer.viewer_state.OpacityTool
Initializing search
    neuroglancer
    • User Guide
    • Concepts
    • Data sources
    • JSON API
    • Python API
    neuroglancer
      • Navigation
      • Coordinate spaces
      • Data view
      • Layer
    • Data sources
      • API Reference
      • API Reference
        • Core
        • Viewer state
          • CSidePanelLocation
          • CToolPalette
          • CSelectedLayerState
          • CStatisticsDisplayState
          • CLayerSidePanelState
          • CLayerListPanelState
          • CHelpPanelState
          • CDimensionPlaybackVelocity
          • CCoordinateSpaceTransform
          • CLayerDataSubsource
          • CLayerDataSource
          • CLayerDataSources
          • CInvlerpParameters
          • CTransferFunctionParameters
          • CSkeletonRenderingOptions
          • CStarredSegments
          • CVisibleSegments
          • CPointAnnotation
          • CLineAnnotation
          • CAxisAlignedBoundingBoxAnnotation
          • CEllipsoidAnnotation
          • CAnnotationPropertySpec
          • CLayers
          • CLinkedType
          • CLinkedPosition
          • CLinkedZoomFactor
          • CLinkedDepthRange
          • CLinkedOrientationState
          • CCrossSection
          • CCrossSectionMap
          • CDataPanelLayout
          • CStackLayout
          • Frow_layout
          • Fcolumn_layout
          • CLayerGroupViewer
          • CViewerState
          • CAnnotation
          • Segment sets
          • URL representation
          • Coordinate space
          • Layers
          • Tools
            • CTool
            • CLayerTool
            • CPlacePointTool
            • CPlaceLineTool
            • CPlaceBoundingBoxTool
            • CPlaceEllipsoidTool
            • CBlendTool
            • COpacityTool
              • Public members
                • ATOOL_TYPE
            • COpacityTool
              • Public members
                • ATOOL_TYPE
            • CVolumeRenderingTool
            • CVolumeRenderingGainTool
            • CVolumeRenderingDepthSamplesTool
            • CCrossSectionRenderScaleTool
            • CSelectedAlphaTool
            • CNotSelectedAlphaTool
            • CObjectAlphaTool
            • CHideSegmentZeroTool
            • CHoverHighlightTool
            • CBaseSegmentColoringTool
            • CIgnoreNullVisibleSetTool
            • CColorSeedTool
            • CSegmentDefaultColorTool
            • CMeshRenderScaleTool
            • CMeshSilhouetteRenderingTool
            • CSaturationTool
            • CSkeletonRenderingMode2dTool
            • CSkeletonRenderingMode3dTool
            • CSkeletonRenderingLineWidth2dTool
            • CSkeletonRenderingLineWidth3dTool
            • CShaderControlTool
            • CMergeSegmentsTool
            • CSplitSegmentsTool
            • CSelectSegmentsTool
            • CDimensionTool
        • Viewer Config state
        • Exposing local data as data source
        • Credentials
        • Capturing Screenshots
        • Server
        • Utilities
    • Public members
    class neuroglancer.viewer_state.OpacityTool(LayerTool)

    Public members¶

    TOOL_TYPE: str = "opacity"
    layer: str | None

    Name of the layer to which this tool applies.

    type: str
    OpacityTool(*args, **kwargs)

    Initialize self. See help(type(self)) for accurate signature.

    static OpacityTool(cls, json_data=None, ...)

    Coerces the argument to a Tool.

    to_json()
    __eq__(other)

    Return self==value.

    __repr__()

    Return repr(self).

    Back to top
    Previous neuroglancer.viewer_state.BlendTool.TOOL_TYPE
    Next neuroglancer.viewer_state.OpacityTool.TOOL_TYPE
    © Copyright 2021 The Neuroglancer Authors.
    Created using Sphinx 8.1.3. and Sphinx-Immaterial