fsleyes.gl.offscreenlightboxcanvas
This module provides the OffScreenLightBoxCanvas, which is a
LightBoxCanvas for use in off-screen OpenGL rendering.
- class fsleyes.gl.offscreenlightboxcanvas.OffScreenLightBoxCanvas(overlayList, displayCtx, zax, *args, **kwargs)[source]
Bases:
fsleyes.gl.lightboxcanvas.LightBoxCanvas,fsleyes.gl.OffScreenCanvasTargetThe
OffScreenLightBoxCanvasis aLightBoxCanvaswhich uses aRenderTextureas its target, for static off-screen Open GL rendering.- __init__(overlayList, displayCtx, zax, *args, **kwargs)[source]
Create an
OffScreenLightBoxCanvas.See the
SliceCanvasandOffscreenCanvasTargetclasses for details on the other arguments.
- __annotations__ = {}
- __module__ = 'fsleyes.gl.offscreenlightboxcanvas'