Click or drag to resize

RenderDepthOfFieldParameters Class

The RenderDepthOfFieldParameters defines the depth of field parameters.
Depth of field is available when the RenderAntialiaser is implemented.
Inheritance Hierarchy
SystemObject
  Lumiscaphe.Workshop.InteropRenderDepthOfFieldParameters

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public class RenderDepthOfFieldParameters : IDisposable

The RenderDepthOfFieldParameters type exposes the following members.

Constructors
  NameDescription
Public methodRenderDepthOfFieldParameters
Initializes a new instance of the RenderDepthOfFieldParameters class.
Public methodRenderDepthOfFieldParameters(Boolean, Single, Single, Single, Single)
Initializes a new instance of the RenderDepthOfFieldParameters class using the specified parameters.
Top
Properties
  NameDescription
Public propertyFilmWidth
Gets or sets the size of the camera sensor width in millimeters.
Public propertyFocal
Gets or sets the lens focal length in millimeters.
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyIsEnabled
Gets or sets a value indicating whether depth of field is enabled.
Public propertyQuality
Gets or sets the depth of field quality (value between 0 and 1).
Public propertyRadius
Gets or sets the size of the camera aperture in millimeters.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the RenderDepthOfFieldParameters
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Format the RenderDepthOfFieldParameters to a String.
(Overrides ObjectToString.)
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also