2 references to SetThreshold
System.Drawing.Common (2)
System\Drawing\Imaging\ImageAttributes.cs (2)
187
public void SetThreshold(float threshold, ColorAdjustType type) =>
SetThreshold
(threshold, type, enableFlag: true);
191
public void ClearThreshold(ColorAdjustType type) =>
SetThreshold
(0.0f, type, enableFlag: false);