|
|
@ -29,8 +29,10 @@ namespace SixLabors.ImageSharp.Processing.Processors.Convolution |
|
|
/// Initializes a new instance of the <see cref="BokehBlurProcessor"/> class.
|
|
|
/// Initializes a new instance of the <see cref="BokehBlurProcessor"/> class.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public BokehBlurProcessor() |
|
|
public BokehBlurProcessor() |
|
|
: this(DefaultRadius, DefaultComponents, DefaultGamma) |
|
|
|
|
|
{ |
|
|
{ |
|
|
|
|
|
this.Radius = DefaultRadius; |
|
|
|
|
|
this.Components = DefaultComponents; |
|
|
|
|
|
this.Gamma = DefaultGamma; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
|