AutoFixAnalyzer Members

Include Protected Members
Include Inherited Members

The AutoFixAnalyzer type exposes the following members.

Constructors

  Name Description
Public method AutoFixAnalyzer()
Creates and initializes a new AutoFixAnalyzer with default values.
Public method AutoFixAnalyzer(IImageProvider)
Creates and initializes a new AutoFixAnalyzer with the specified source and default quality.
Public method AutoFixAnalyzer(IImageProvider, Double)
Creates and initializes a new AutoFixAnalyzer with the specified source and quality.

Methods

  Name Description
Public method AnalyzeAsync
Gets the recommended parameters for improving the image.

Properties

  Name Description
Public property Quality

The quality of the result.

Changing quality affects the time taken to do the analysis by adjusting the working size of the algorithm.

Range [0.0, 1.0]. Default value is 0.5.

Public property Source

See Also

AutoFixAnalyzer Class

Lumia.Imaging.Adjustments Namespace