System::Drawing::Imaging::ColorMatrixFlag enum
ColorMatrixFlag enum
Specifies the types of images and colors that will be affected by the color and grayscale adjustment settings of an ImageAttributes object.
enum class ColorMatrixFlag
Values
Name | Value | Description |
---|---|---|
Default | 0 | Both colors and grayscale values are color-adjusted. |
SkipGrays | 1 | Grayscale values are not color-adjusted. |
AltGrays | 2 | Only grayscale values are color-adjusted. |
See Also
- Namespace System::Drawing::Imaging
- Library Aspose.PUB for C++