2 instantiations of LevelsEffect
System.Drawing.Common.Tests (2)
System\Drawing\Imaging\Effects\EffectsTests.cs (2)
159using LevelsEffect effect = new(highlight, midtone, shadow); 172Action action = () => _ = new LevelsEffect(highlight, midtone, shadow);
2 references to LevelsEffect
System.Drawing.Common (1)
System\Drawing\Imaging\Effects\LevelsEffect.cs (1)
16/// Creates a new <see cref="LevelsEffect"/> with the given parameters.
System.Drawing.Common.Tests (1)
System\Drawing\Imaging\Effects\EffectsTests.cs (1)
159using LevelsEffect effect = new(highlight, midtone, shadow);