March 2003
Intermediate to advanced
896 pages
32h 35m
English
ColorMapType
This enumeration distinguishes between a Brush and
the Default types of color map. It is not used in
the public interface of the framework. The
ColorAdjustType enumeration is used where you
might expect this to be needed.
public enum ColorMapType { Default = 0, Brush = 1 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ ColorMapType