Class ParallaxStackAcceleration Class

Represents Lytro's enhanced depth of field parallax acceleration data.

Nested types:

NameDescription
Nested typeImage Represents an entry in the collection of prerendered images.
Nested typeImageCollection Represents a collection of Image objects.
Nested typeBlockImage Represents an entry in the block of prerendered images.
Nested typeBlockImageCollection Represents a collection of BlockImage objects.

Constructors:

NameDescription
Public methodParallaxStackAcceleration() Initializes a new instance of the ParallaxStackAcceleration class.
Public methodParallaxStackAcceleration(LytroEdofParallax) Initializes a new instance of the ParallaxStackAcceleration class with an existing LytroEdofParallax storage.

Properties:

NameDescription
Public propertyBlockImages Gets the collection of prerendered images in a block.
Public propertyHasBlockImages Gets the presence of image collection in a block accessible by BlockImages.
Public propertyHasImages Gets the presence of image collection accessible by Images.
Public propertyImages Gets or sets the collection of prerendered images.
Public propertyDisplayHeight Gets or sets the prerendered images height.
Public propertyDisplayWidth Gets or sets the prerendered images width.
Public propertyGenerator Gets or sets the parallax generator.