11 references to SetColorMatrices
System.Drawing.Common (3)
System\Drawing\Imaging\ImageAttributes.cs (3)
114
SetColorMatrices
(newColorMatrix, null, mode, type);
141
SetColorMatrices
(newColorMatrix, grayMatrix, ColorMatrixFlag.Default, ColorAdjustType.Default);
144
SetColorMatrices
(newColorMatrix, grayMatrix, flags, ColorAdjustType.Default);
System.Drawing.Common.Tests (8)
System\Drawing\Imaging\ImageAttributesTests.cs (8)
304
imageAttr.
SetColorMatrices
(_greenComponentToZeroColorMatrix, _grayMatrix, ColorMatrixFlag.Default, type);
395
imageAttr.
SetColorMatrices
(_greenComponentToZeroColorMatrix, _grayMatrix, flag, type);
424
imageAttr.
SetColorMatrices
(_greenComponentToZeroColorMatrix, _grayMatrix, flag, type);
441
imageAttr.
SetColorMatrices
(_greenComponentToZeroColorMatrix, _grayMatrix, ColorMatrixFlag.Default, ColorAdjustType.Default));
452
imageAttr.
SetColorMatrices
(null, _grayMatrix, ColorMatrixFlag.Default, ColorAdjustType.Default));
454
imageAttr.
SetColorMatrices
(_greenComponentToZeroColorMatrix, null, ColorMatrixFlag.AltGrays, ColorAdjustType.Default));
463
imageAttr.
SetColorMatrices
(_greenComponentToZeroColorMatrix, _grayMatrix, ColorMatrixFlag.Default, type));
476
imageAttr.
SetColorMatrices
(_greenComponentToZeroColorMatrix, _grayMatrix, flag, ColorAdjustType.Default));