3 instantiations of TintEffect
System.Drawing.Common (1)
System\Drawing\Imaging\Effects\TintEffect.cs (1)
34
/// <inheritdoc cref="
TintEffect
(Color, int)"/>
System.Drawing.Common.Tests (2)
System\Drawing\Imaging\Effects\EffectsTests.cs (2)
395
using TintEffect effect =
new
(hue, amount);
406
Action action = () => _ = new
TintEffect
(hue, amount);
2 references to TintEffect
System.Drawing.Common (1)
System\Drawing\Imaging\Effects\TintEffect.cs (1)
16
/// Creates a new <see cref="
TintEffect
"/> with the given parameters.
System.Drawing.Common.Tests (1)
System\Drawing\Imaging\Effects\EffectsTests.cs (1)
395
using
TintEffect
effect = new(hue, amount);