Class DeconvolutionFilterOptions
DeconvolutionFilterOptions class
Deconvolution Filter Options, abstract class
public abstract class DeconvolutionFilterOptions : FilterOptionsBase
Properties
Name | Description |
---|---|
Brightness { get; set; } | Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15 |
Grayscale { get; set; } | Gets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale. Return grayscale mode or RGB mode. |
IsPartialLoaded { get; } | Gets a value indicating whether this instance is partial loaded. |
Snr { get; set; } | Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007 |
See Also
- class FilterOptionsBase
- namespace Aspose.PSD.ImageFilters.FilterOptions
- assembly Aspose.PSD