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 ref class ColorMap sealed
public sealed class ColorMap
type ColorMap = class
Public NotInheritable Class ColorMap
Inheritance
ColorMap

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to