System.Drawing.Imaging (system.drawing.dll) | enum |
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
}
Hierarchy
System.Object System.ValueType
System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
ColorMapType
|