SharpenFilterOptions Class
Contents
[
Hide
]Summary: The Sharpen filter options
Module: aspose.psd.imagefilters.filteroptions
Full Name: aspose.psd.imagefilters.filteroptions.SharpenFilterOptions
Inheritance: ConvolutionFilterOptions
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
SharpenFilterOptions() | Initializes a new instance of the SharpenFilterOptions class. With default settings. |
SharpenFilterOptions(size, sigma) | Initializes a new instance of the SharpenFilterOptions class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
bias | int | r/w | Gets or sets the bias. |
factor | double | r/w | Gets or sets the factor. |
sigma | double | r/w | Gets or sets the sigma. |
size | int | r/w | Gets or sets the size. |
Constructor: SharpenFilterOptions()
SharpenFilterOptions()
Initializes a new instance of the SharpenFilterOptions class.
With default settings.
Constructor: SharpenFilterOptions(size, sigma)
SharpenFilterOptions(size, sigma)
Initializes a new instance of the SharpenFilterOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
size | int | Size of the kernel. |
sigma | double | The sigma. |