2 instantiations of DensityCurveEffect
System.Drawing.Common.Tests (2)
System\Drawing\Imaging\Effects\EffectsTests.cs (2)
274
using DensityCurveEffect effect =
new
(CurveChannel.All, density);
283
Action action = () => _ = new
DensityCurveEffect
(CurveChannel.All, density);
2 references to DensityCurveEffect
System.Drawing.Common (1)
System\Drawing\Imaging\Effects\DensityCurveEffect.cs (1)
14
/// Creates a new <see cref="
DensityCurveEffect
"/> with the given <paramref name="density"/>.
System.Drawing.Common.Tests (1)
System\Drawing\Imaging\Effects\EffectsTests.cs (1)
274
using
DensityCurveEffect
effect = new(CurveChannel.All, density);