9 references to SetGamma
System.Drawing.Common (1)
System\Drawing\Imaging\ImageAttributes.cs (1)
204
public void SetGamma(float gamma) =>
SetGamma
(gamma, ColorAdjustType.Default);
System.Drawing.Common.Tests (8)
System\Drawing\Imaging\ImageAttributesTests.cs (8)
597
imageAttr.
SetGamma
(2.2f, type);
610
imageAttr.
SetGamma
(2.2f, type);
623
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
SetGamma
(2.2f, ColorAdjustType.Default));
631
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
SetGamma
(2.2f, type));
641
imageAttr.
SetGamma
(2.2f, type);
687
imageAttr.
SetGamma
(2.2f, type);
737
imageAttr.
SetGamma
(2.2f, type);
754
imageAttr.
SetGamma
(2.2f, type);