Class ContrastFilter
A filter to adjust image contrast.
Inheritance
System.Object
ContrastFilter
Implements
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public class ContrastFilter : Object, IImageFilter
Constructors
ContrastFilter()
Initializes a new instance of the ContrastFilter class.
Declaration
public ContrastFilter()
ContrastFilter(Single)
Initializes a new instance of the ContrastFilter class with the specified amount.
Declaration
public ContrastFilter(float amount)
Parameters
Type | Name | Description |
---|---|---|
System.Single | amount | The proportion of the conversion. Value must be between [0, 10]. |
Properties
Amount
The proportion of the conversion. Value must be between [0, 10]. Default = 1.0.
Declaration
public float Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Single |