We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f02dd0 commit 38311edCopy full SHA for 38311ed
src/ImageSharp/Processing/Processors/Convolution/BokehBlurProcessor.cs
@@ -29,8 +29,10 @@ public sealed class BokehBlurProcessor : IImageProcessor
29
/// Initializes a new instance of the <see cref="BokehBlurProcessor"/> class.
30
/// </summary>
31
public BokehBlurProcessor()
32
- : this(DefaultRadius, DefaultComponents, DefaultGamma)
33
{
+ this.Radius = DefaultRadius;
34
+ this.Components = DefaultComponents;
35
+ this.Gamma = DefaultGamma;
36
}
37
38
/// <summary>
0 commit comments