BilateralSmoothingFilterOptions Class

Summary: The Bilateral Smoothing Filter Options.

Module: aspose.psd.imagefilters.filteroptions

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

Inheritance: FilterOptionsBase

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
BilateralSmoothingFilterOptions()Initializes a new instance of the BilateralSmoothingFilterOptions class.
BilateralSmoothingFilterOptions(size)Initializes a new instance of the BilateralSmoothingFilterOptions class.

Properties

NameTypeAccessDescription
color_factordoubler/wGets or sets the color factor.
color_powerdoubler/wGets or sets the color power.
sizeintr/wGets or sets the size of the kernel.
spatial_factordoubler/wGets or sets the spatial factor.
spatial_powerdoubler/wGets or sets the spatial power.

Constructor: BilateralSmoothingFilterOptions()

 BilateralSmoothingFilterOptions() 

Initializes a new instance of the BilateralSmoothingFilterOptions class.

Constructor: BilateralSmoothingFilterOptions(size)

 BilateralSmoothingFilterOptions(size) 

Initializes a new instance of the BilateralSmoothingFilterOptions class.

Parameters:

ParameterTypeDescription
sizeintSize of the kernal.