ColorMatrixFlagsfunction
Specifies the types of images and colors that will be affected by the color and grayscale adjustment settings. It is used by the **GdipSetImageAttributesColorMatrix** function.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Parameters
| Name | Description | |
|---|---|---|
ColorMatrixFlagsDefault | 0 | |
ColorMatrixFlagsSkipGrays | 1 | |
ColorMatrixFlagsAltGray | 2 |
Description
The ColorMatrixFlags enumeration specifies the types of images and colors that will be affected by the color and grayscale adjustment settings. It is used by the GdipSetImageAttributesColorMatrix function.
Reference
- Documented in Graphics/GdiPlus Flat Api/GdiPlus Enumerations.md
- Topic: GdiPlus Enumerations