System.Drawing.Imaging.ColorMatrixFlag Enumeration

Specifies the types of images and colors that will be affected by the color and grayscale adjustment settings of an System.Drawing.Imaging.ImageAttributes.

Syntax

public enum ColorMatrixFlag

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
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.

Requirements

Namespace: System.Drawing.Imaging
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0