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