|
|
@ -74,7 +74,7 @@ namespace SixLabors.ImageSharp.Processing.Processors.Binarization |
|
|
public Color LowerColor { get; } |
|
|
public Color LowerColor { get; } |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <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>
|
|
|
/// </summary>
|
|
|
public BinaryThresholdMode Mode { get; } |
|
|
public BinaryThresholdMode Mode { get; } |
|
|
|
|
|
|
|
|
|