ColorMatrixFlag

ColorMatrixFlag serializable

System.Drawing.Imaging (system.drawing.dll) enum

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()}



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net