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