ColorMatrixFlag

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

NameValueDescription
Default0Both colors and grayscale values are color-adjusted.
SkipGrays1Grayscale values are not color-adjusted.
AltGrays2Only grayscale values are color-adjusted.

See Also