Table of Contents

Class ColorMap

Namespace
Aspose.Imaging
Assembly
Aspose.Imaging.dll

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

Constructors

ColorMap()

public ColorMap()

Properties

NewColor

Gets or sets the new Color structure to which to convert.

public Color NewColor { get; set; }

Property Value

Color

The new Color structure to which to convert.

OldColor

Gets or sets the existing Color structure to be converted.

public Color OldColor { get; set; }

Property Value

Color

The existing Color structure to be converted.