ParallaxStackAcceleration Class
Represents Lytro's enhanced depth of field parallax acceleration data.
Nested types:
Name | Description | |
---|---|---|
Image | Represents an entry in the collection of prerendered images. | |
ImageCollection | Represents a collection of Image objects. | |
BlockImage | Represents an entry in the block of prerendered images. | |
BlockImageCollection | Represents a collection of BlockImage objects. |
Constructors:
Name | Description | |
---|---|---|
ParallaxStackAcceleration() | Initializes a new instance of the ParallaxStackAcceleration class. | |
ParallaxStackAcceleration(LytroEdofParallax) | Initializes a new instance of the ParallaxStackAcceleration class with an existing LytroEdofParallax storage. |
Properties:
Name | Description | |
---|---|---|
BlockImages | Gets the collection of prerendered images in a block. | |
HasBlockImages | Gets the presence of image collection in a block accessible by BlockImages. | |
HasImages | Gets the presence of image collection accessible by Images. | |
Images | Gets or sets the collection of prerendered images. | |
DisplayHeight | Gets or sets the prerendered images height. | |
DisplayWidth | Gets or sets the prerendered images width. | |
Generator | Gets or sets the parallax generator. |