Skip to content

Commit b619066

Browse files
committed
Fix docstring.
1 parent 5796097 commit b619066

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ImageSharp.Drawing/Processing/PathGradientBrush.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ private class PathGradientBrushApplicator<TPixel> : BrushApplicator<TPixel>
230230
/// <param name="source">The source image.</param>
231231
/// <param name="edges">Edges of the polygon.</param>
232232
/// <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>
233234
public PathGradientBrushApplicator(
234235
Configuration configuration,
235236
GraphicsOptions options,

0 commit comments

Comments
 (0)