System.Drawing.Imaging (system.drawing.dll) | enum |
This enumeration is used to specify whether color components are
32-bit or 64-bit values. It is not used in the public interface of
the framework.
public enum ColorMode {
Argb32Mode = 0,
Argb64Mode = 1
}
Hierarchy
System.Object System.ValueType
System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible) ColorMode
|