ColorMatrixFlag Enumeration
.NET Framework 4.5
Specifies the types of images and colors that will be affected by the color and grayscale adjustment settings of an ImageAttributes.
Assembly: System.Drawing (in System.Drawing.dll)
| Member name | Description | |
|---|---|---|
| AltGrays | Only gray shades are adjusted. | |
| Default | All color values, including gray shades, are adjusted by the same color-adjustment matrix. | |
| SkipGrays | All colors are adjusted, but gray shades are not adjusted. A gray shade is any color that has the same value for its red, green, and blue components. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.