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.OffScreenCanvasTarget
The
OffScreenLightBoxCanvas
is aLightBoxCanvas
which uses aRenderTexture
as its target, for static off-screen Open GL rendering.- __init__(overlayList, displayCtx, zax, *args, **kwargs)[source]¶
Create an
OffScreenLightBoxCanvas
.See the
SliceCanvas
andOffscreenCanvasTarget
classes for details on the other arguments.
- __annotations__ = {}¶
- __module__ = 'fsleyes.gl.offscreenlightboxcanvas'¶