March 2003
Intermediate to advanced
896 pages
32h 35m
English
ColorAdjustType
This enumeration is used by various methods in the
ImageAttributes class to determine which types of
GDI+ object will be affected by the color transform it defines.
public enum ColorAdjustType { Default = 0, Bitmap = 1, Brush = 2, Pen = 3, Text = 4, Count = 5, Any = 6 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ ColorAdjustType
Multiple types