ImageAttributes::SetColorMatrix Method (ColorMatrix^, ColorMatrixFlag)
Sets the color-adjustment matrix for the default category.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- newColorMatrix
-
Type:
System.Drawing.Imaging::ColorMatrix^
The color-adjustment matrix.
- flags
-
Type:
System.Drawing.Imaging::ColorMatrixFlag
An element of ColorMatrixFlag that specifies the type of image and color that will be affected by the color-adjustment matrix.
An ImageAttributes object maintains color and grayscale settings for five adjustment categories: default, bitmap, brush, pen, and text. For example, you can specify a color-adjustment matrix for the default category, a different color-adjustment matrix for the bitmap category, and still a different color-adjustment matrix for the pen category.
The default color-adjustment and grayscale-adjustment settings apply to all categories that do not have adjustment settings of their own. For example, if you never specify any adjustment settings for the pen category, the default settings apply to the pen category.
For a code example, see the SetColorMatrix(ColorMatrix^) method.
Available since 1.1