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 5796097 commit b619066Copy full SHA for b619066
1 file changed
src/ImageSharp.Drawing/Processing/PathGradientBrush.cs
@@ -230,6 +230,7 @@ private class PathGradientBrushApplicator<TPixel> : BrushApplicator<TPixel>
230
/// <param name="source">The source image.</param>
231
/// <param name="edges">Edges of the polygon.</param>
232
/// <param name="centerColor">Color at the center of the gradient area to which the other colors converge.</param>
233
+ /// <param name="hasSpecialCenterColor">Whether the center color is different from a smooth gradient between the edges.</param>
234
public PathGradientBrushApplicator(
235
Configuration configuration,
236
GraphicsOptions options,
0 commit comments