5 instantiations of ColorMatrix
System.Drawing.Common.Tests (2)
System\Drawing\Imaging\ColorMatrixTests.cs (1)
38
ColorMatrix cm =
new
();
System\Drawing\Imaging\Effects\EffectsTests.cs (1)
243
using ColorMatrixEffect effect = new(new
ColorMatrix
(buffer));
System.Windows.Forms (3)
System\Windows\Forms\Rendering\ControlPaint.cs (3)
1623
ColorMatrix grayMatrix =
new
(array);
2309
return new
ColorMatrix
(result);
2478
ColorMatrix matrix = new
ColorMatrix
11 references to ColorMatrix
System.Drawing (1)
System.Drawing.cs (1)
74
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.
ColorMatrix
))]
System.Drawing.Common.Tests (4)
System\Drawing\Imaging\ColorMatrixTests.cs (1)
38
ColorMatrix
cm = new();
System\Drawing\Imaging\ImageAttributesTests.cs (3)
37
private readonly
ColorMatrix
_greenComponentToZeroColorMatrix = new(
46
private readonly
ColorMatrix
_grayMatrix = new(
117
ColorMatrix
colorMatrix = new(
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (2)
36
private static
ColorMatrix
? s_disabledImageColorMatrix;
75
private static
ColorMatrix
DisabledImageColorMatrix
System\Windows\Forms\Rendering\ControlPaint.cs (4)
1623
ColorMatrix
grayMatrix = new(array);
2277
internal static
ColorMatrix
MultiplyColorMatrix(float[][] matrix1, float[][] matrix2)
2445
private static
ColorMatrix
RemapBlackAndWhitePreserveTransparentMatrix(Color replaceBlack, Color replaceWhite)
2478
ColorMatrix
matrix = new ColorMatrix