BilateralSmoothingFilterOptions Class
Contents
[
Hide
]Summary: The Bilateral Smoothing Filter Options.
Module: aspose.psd.imagefilters.filteroptions
Full Name: aspose.psd.imagefilters.filteroptions.BilateralSmoothingFilterOptions
Inheritance: FilterOptionsBase
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
BilateralSmoothingFilterOptions() | Initializes a new instance of the BilateralSmoothingFilterOptions class. |
BilateralSmoothingFilterOptions(size) | Initializes a new instance of the BilateralSmoothingFilterOptions class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
color_factor | double | r/w | Gets or sets the color factor. |
color_power | double | r/w | Gets or sets the color power. |
size | int | r/w | Gets or sets the size of the kernel. |
spatial_factor | double | r/w | Gets or sets the spatial factor. |
spatial_power | double | r/w | Gets 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:
Parameter | Type | Description |
---|---|---|
size | int | Size of the kernal. |