Browse Source

better docs

pull/1557/head
Anton Firszov 5 years ago
parent
commit
51769740ab
  1. 2
      src/ImageSharp/Processing/Processors/Binarization/BinaryThresholdProcessor.cs

2
src/ImageSharp/Processing/Processors/Binarization/BinaryThresholdProcessor.cs

@ -74,7 +74,7 @@ namespace SixLabors.ImageSharp.Processing.Processors.Binarization
public Color LowerColor { get; }
/// <summary>
/// Gets a value indicating the value to be compared to threshold.
/// Gets the <see cref="BinaryThresholdMode"/> defining the value to be compared to threshold.
/// </summary>
public BinaryThresholdMode Mode { get; }

Loading…
Cancel
Save