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