Class BilateralSmoothingFilterOptions
Contents
[
Hide
]BilateralSmoothingFilterOptions class
The Bilateral Smoothing Filter Options.
public class BilateralSmoothingFilterOptions : FilterOptionsBase
Constructors
| Name | Description |
|---|---|
| BilateralSmoothingFilterOptions() | Initializes a new instance of the BilateralSmoothingFilterOptions class. |
| BilateralSmoothingFilterOptions(int) | Initializes a new instance of the BilateralSmoothingFilterOptions class. |
Properties
| Name | Description |
|---|---|
| ColorFactor { get; set; } | Gets or sets the color factor. |
| ColorPower { get; set; } | Gets or sets the color power. |
| Size { get; set; } | Gets or sets the size of the kernel. |
| SpatialFactor { get; set; } | Gets or sets the spatial factor. |
| SpatialPower { get; set; } | Gets or sets the spatial power. |
See Also
- class FilterOptionsBase
- namespace Aspose.PSD.ImageFilters.FilterOptions
- assembly Aspose.PSD