4 types derived from ColorMatrixEffect
System.Drawing.Common (4)
System\Drawing\Imaging\Effects\GrayScaleEffect.cs (1)
11
public sealed class GrayScaleEffect :
ColorMatrixEffect
System\Drawing\Imaging\Effects\InvertEffect.cs (1)
11
public sealed class InvertEffect :
ColorMatrixEffect
System\Drawing\Imaging\Effects\SepiaEffect.cs (1)
11
public sealed class SepiaEffect :
ColorMatrixEffect
System\Drawing\Imaging\Effects\VividEffect.cs (1)
11
public sealed class VividEffect :
ColorMatrixEffect
1 instantiation of ColorMatrixEffect
System.Drawing.Common.Tests (1)
System\Drawing\Imaging\Effects\EffectsTests.cs (1)
243
using ColorMatrixEffect effect =
new
(new ColorMatrix(buffer));
6 references to ColorMatrixEffect
System.Drawing.Common (5)
System\Drawing\Imaging\Effects\ColorMatrixEffect.cs (1)
22
/// Creates a new <see cref="
ColorMatrixEffect
"/> with the given <paramref name="matrix"/>.
System\Drawing\Imaging\Effects\GrayScaleEffect.cs (1)
14
/// Creates a <see cref="
ColorMatrixEffect
"/> that converts an image to grayscale.
System\Drawing\Imaging\Effects\InvertEffect.cs (1)
14
/// Creates a <see cref="
ColorMatrixEffect
"/> that inverts the colors in an image.
System\Drawing\Imaging\Effects\SepiaEffect.cs (1)
14
/// Creates a new <see cref="
ColorMatrixEffect
"/> that converts an image to sepia.
System\Drawing\Imaging\Effects\VividEffect.cs (1)
14
/// Creates a new <see cref="
ColorMatrixEffect
"/> that makes colors more vivid.
System.Drawing.Common.Tests (1)
System\Drawing\Imaging\Effects\EffectsTests.cs (1)
243
using
ColorMatrixEffect
effect = new(new ColorMatrix(buffer));