Name

ColorMatrixFlag

Synopsis

This enumeration is used to specify how a ColorMatrix should be applied to a GDI+ object. You can use the Default mode, or SkipGrays will ensure that gray values (those with identical red, green, and blue components) will not be affected.


public enum ColorMatrixFlag {

   Default = 0,

   SkipGrays = 1,

   AltGrays = 2

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) ColorMatrixFlag

Passed To

ImageAttributes.{SetColorMatrices(), SetColorMatrix()}

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.