Click or drag to resize

RenderDepthOfFieldParameters Constructor (Boolean, Single, Single, Single, Single)

Initializes a new instance of the RenderDepthOfFieldParameters class using the specified parameters.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public RenderDepthOfFieldParameters(
	bool isEnabled,
	float radius,
	float filmWidth,
	float focal,
	float quality
)

Parameters

isEnabled
Type: SystemBoolean
if set to true, the depth of field is enabled.
radius
Type: SystemSingle
The size of the camera aperture in millimeters.
filmWidth
Type: SystemSingle
The size of the camera sensor width in millimeters.
focal
Type: SystemSingle
The size of the lens focal length in millimeters.
quality
Type: SystemSingle
The depth of field quality (value between 0 and 1).
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also