March 2003
Intermediate to advanced
896 pages
32h 35m
English
ColorMatrixFlag
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 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ ColorMatrixFlag
ImageAttributes.{SetColorMatrices(),
SetColorMatrix()}
Read now
Unlock full access