SharpenFilterOptions Class

Summary: The Sharpen filter options

Module: aspose.psd.imagefilters.filteroptions

Full Name: aspose.psd.imagefilters.filteroptions.SharpenFilterOptions

Inheritance: ConvolutionFilterOptions

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
SharpenFilterOptions()Initializes a new instance of the SharpenFilterOptions class.
With default settings.
SharpenFilterOptions(size, sigma)Initializes a new instance of the SharpenFilterOptions class.

Properties

NameTypeAccessDescription
biasintr/wGets or sets the bias.
factordoubler/wGets or sets the factor.
sigmadoubler/wGets or sets the sigma.
sizeintr/wGets 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:

ParameterTypeDescription
sizeintSize of the kernel.
sigmadoubleThe sigma.