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