Click or drag to resize

RenderBlitterBlit Method (RenderResolution, RenderClut, IRenderImageMemory, RenderStatistics)

Blits the rendering result in a memory image.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public void Blit(
	RenderResolution resolution,
	RenderClut clut,
	IRenderImageMemory iImageMemory,
	RenderStatistics statistics
)

Parameters

resolution
Type: Lumiscaphe.Workshop.InteropRenderResolution
The blit resolution. Commonly the same has the rendering.
clut
Type: Lumiscaphe.Workshop.InteropRenderClut
The clut is used for color management and depends on which device the result will be displayed.
iImageMemory
Type: Lumiscaphe.Workshop.InteropIRenderImageMemory
The memory image in which the rendering will be blit.
statistics
Type: Lumiscaphe.Workshop.InteropRenderStatistics
The statistics object used to compute FPS and GPU load. This parameter can be null.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderBlitter::IsDestroyed == true, IRenderImageMemory::IsDestroyed == true
ObjectNullExceptioniImageMemory == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also