4 references to SetGamma
System.Drawing.Common.Tests (4)
System\Drawing\Imaging\ImageAttributesTests.cs (4)
584imageAttr.SetGamma(2.2f); 622AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.SetGamma(2.2f)); 672imageAttr.SetGamma(2.2f); 720imageAttr.SetGamma(2.2f);