2 instantiations of TintEffect
System.Drawing.Common.Tests (2)
System\Drawing\Imaging\Effects\EffectsTests.cs (2)
395using TintEffect effect = new(hue, amount); 406Action action = () => _ = new TintEffect(hue, amount);
1 reference to TintEffect
System.Drawing.Common.Tests (1)
System\Drawing\Imaging\Effects\EffectsTests.cs (1)
395using TintEffect effect = new(hue, amount);