Enum BinaryThresholdMode
Selects the value to be compared to threshold.
Namespace: SixLabors.ImageSharp.Processing
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum BinaryThresholdMode
Fields
| Name | Description |
|---|---|
| Luminance | Compare the color luminance (according to ITU-R Recommendation BT.709). |
| MaxChroma | Compare the maximum of YCbCr chroma value, i.e. Cb and Cr distance from achromatic value. |
| Saturation | Compare the HSL saturation of the color. |