March 2003
Intermediate to advanced
896 pages
32h 35m
English
ColorMap
This class defines a mapping of one color to another: the
NewColor and the OldColor.
Several of the ImageAttributes methods (such as
ImageAttributes.SetRemapTable()) use an array of
these objects to define a color mapping table.
public sealed class ColorMap { // Public Constructors public ColorMap(); // Public Instance Properties public Color NewColor{set; get; } public Color OldColor{set; get; } }
ImageAttributes.{SetBrushRemapTable(),
SetRemapTable()}
Read now
Unlock full access