4 references to SetGamma
System.Drawing.Common.Tests (4)
System\Drawing\Imaging\ImageAttributesTests.cs (4)
585imageAttr.SetGamma(2.2f); 623AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.SetGamma(2.2f)); 673imageAttr.SetGamma(2.2f); 721imageAttr.SetGamma(2.2f);