Click or drag to resize

RenderAntialiaserNext Method

Computes the next antialiasing step.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public bool Next(
	RenderClut clut,
	bool incremental
)

Parameters

clut
Type: Lumiscaphe.Workshop.InteropRenderClut
The clut is used for color management and depends on which device the result will be displayed.
incremental
Type: SystemBoolean
Blit the result of the antialiasing pass into the AntialiasedFbo.

Return Value

Type: Boolean
true if this method has to be called again; false if the antialiasing is done.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderAntialiaser::IsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also