DepthOfField
data class DepthOfField(val cocScale: Float = 1.0f, val maxApertureDiameter: Float = 0.01f, val filter: View.DepthOfFieldOptions.Filter = View.DepthOfFieldOptions.Filter.MEDIAN, val nativeResolution: Boolean = false)
Depth-of-field (bokeh). The camera's focus distance and aperture control the focal plane.
Parameters
cocScale
Scales the circle-of-confusion radius. Larger = more blur.
nativeResolution
Run DoF at native resolution (higher quality, more expensive).
Constructors
Link copied to clipboard
constructor(cocScale: Float = 1.0f, maxApertureDiameter: Float = 0.01f, filter: View.DepthOfFieldOptions.Filter = View.DepthOfFieldOptions.Filter.MEDIAN, nativeResolution: Boolean = false)