Table of Contents

Class ContrastFilter

Namespace
ScanbotSDK.MAUI
Assembly
ScanbotSDK.Shared.dll

Contrast adjustment filter.

public class ContrastFilter : ParametricFilter
Inheritance
ContrastFilter
Inherited Members

Properties

Contrast

Contrast adjustment value in the range from -1 to 254 (inclusively). Negative values will decrease the contrast, positive values will increase it. Default is 0.0

public double Contrast { get; set; }

Property Value

double