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