6 instantiations of ColorMatrix
System.Web.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
739
ColorMatrix colorMatrix = new
ColorMatrix
();
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ControlPaint.cs (3)
1587
ColorMatrix grayMatrix = new
ColorMatrix
(array);
2407
return new
ColorMatrix
(result);
2602
ColorMatrix matrix = new
ColorMatrix
();
System.Windows.Forms.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
739
ColorMatrix colorMatrix = new
ColorMatrix
();
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerHelpers.cs (1)
176
ColorMatrix colorMatrix = new
ColorMatrix
();
49 references to ColorMatrix
System.Drawing (39)
commonui\System\Drawing\Advanced\ColorMatrix.cs (28)
52
/// Initializes a new instance of the <see cref='System.Drawing.Imaging.
ColorMatrix
'/> class.
91
/// 0th row and 0th column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
101
/// Represents the element at the 0th row and 1st column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
112
/// Represents the element at the 0th row and 2nd column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
123
/// Represents the element at the 0th row and 3rd column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
134
/// Represents the element at the 0th row and 4th column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
145
/// Represents the element at the 1st row and 0th column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
156
/// 1st column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
166
/// and 2nd column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
176
/// and 3rd column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
186
/// and 4th column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
197
/// 0th column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
208
/// Represents the element at the 2nd row and 1st column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
219
/// Represents the element at the 2nd row and 2nd column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
230
/// Represents the element at the 2nd row and 3rd column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
241
/// Represents the element at the 2nd row and 4th column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
252
/// Represents the element at the 3rd row and 0th column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
263
/// Represents the element at the 3rd row and 1st column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
274
/// Represents the element at the 3rd row and 2nd column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
285
/// Represents the element at the 3rd row and 3rd column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
296
/// Represents the element at the 3rd row and 4th column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
307
/// Represents the element at the 4th row and 0th column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
318
/// Represents the element at the 4th row and 1st column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
329
/// Represents the element at the 4th row and 2nd column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
340
/// Represents the element at the 4th row and 3rd column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
351
/// Represents the element at the 4th row and 4th column of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
363
/// Initializes a new instance of the <see cref='System.Drawing.Imaging.
ColorMatrix
'/> class with the
438
/// Gets or sets the value of the specified element of this <see cref='System.Drawing.Imaging.
ColorMatrix
'/>.
commonui\System\Drawing\Advanced\Gdiplus.cs (2)
1920
ColorMatrix
colorMatrix,
1921
ColorMatrix
grayMatrix,
commonui\System\Drawing\Advanced\ImageAttributes.cs (9)
190
public void SetColorMatrix(
ColorMatrix
newColorMatrix)
201
public void SetColorMatrix(
ColorMatrix
newColorMatrix, ColorMatrixFlag flags)
213
public void SetColorMatrix(
ColorMatrix
newColorMatrix, ColorMatrixFlag mode, ColorAdjustType type)
264
public void SetColorMatrices(
ColorMatrix
newColorMatrix,
ColorMatrix
grayMatrix)
273
public void SetColorMatrices(
ColorMatrix
newColorMatrix,
ColorMatrix
grayMatrix, ColorMatrixFlag flags)
282
public void SetColorMatrices(
ColorMatrix
newColorMatrix,
ColorMatrix
grayMatrix, ColorMatrixFlag mode,
System.Web.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
739
ColorMatrix
colorMatrix = new ColorMatrix();
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ControlPaint.cs (5)
1530
ColorMatrix
matrix) {
1587
ColorMatrix
grayMatrix = new ColorMatrix(array);
2383
internal static
ColorMatrix
MultiplyColorMatrix(float[][] matrix1, float[][] matrix2) {
2568
private static
ColorMatrix
RemapBlackAndWhitePreserveTransparentMatrix(Color replaceBlack, Color replaceWhite) {
2602
ColorMatrix
matrix = new ColorMatrix();
winforms\Managed\System\WinForms\ToolStripRenderer.cs (2)
45
private static
ColorMatrix
disabledImageColorMatrix;
79
private static
ColorMatrix
DisabledImageColorMatrix {
System.Windows.Forms.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
739
ColorMatrix
colorMatrix = new ColorMatrix();
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerHelpers.cs (1)
176
ColorMatrix
colorMatrix = new ColorMatrix();