Contents

auxiliaryDepth

The key into the properties dictionary indicating whether to return an auxiliary depth image.

Declaration

static let auxiliaryDepth: CIImageOption

Discussion

The value of this key is an NSNumber containing a Boolean true or false. If the value is true, then calls to imageWithContentsOfURL:options: and imageWithData:options: will return the auxiliary image as a half-float monochrome image instead of the primary image, or nil if no auxiliary image exists.

See Also

Type Properties