2 references to SetGamma
System.Drawing.Common (2)
System\Drawing\Imaging\ImageAttributes.cs (2)
206
public void SetGamma(float gamma, ColorAdjustType type) =>
SetGamma
(gamma, type, enableFlag: true);
210
public void ClearGamma(ColorAdjustType type) =>
SetGamma
(0.0f, type, enableFlag: false);