ColorMap
Class
Definition
Defines a map for converting colors. Several methods of the ImageAttributes class adjust image colors by using a color-remap table, which is an array of ColorMap structures. Not inheritable.
public sealed class ColorMap
- Inheritance
-
ColorMap
Inherited Members
System.Object
Remarks
This class defines a mapping between existing colors and the new colors to which they are to be converted. When the map is applied, any pixel of the old color is converted to the new color.
Constructors
| ColorMap() |
Initializes a new instance of the ColorMap class. |
Properties
| NewColor |
Gets or sets the new Color structure to which to convert. |
| OldColor |
Gets or sets the existing Color structure to be converted. |