Class ColorMap

Class ColorMap

Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.4.0)

Defines a map for converting colors. Several methods of the Aspose.Imaging.ImageAttributes class adjust image colors by using a color-remap table, which is an array of Aspose.Imaging.ColorMap structures. Not inheritable.

public sealed class ColorMap

Inheritance

object ColorMap

Inherited Members

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ColorMap()

public ColorMap()

Properties

NewColor

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

public Color NewColor { get; set; }

Property Value

Color

OldColor

Gets or sets the existing Aspose.Imaging.Color structure to be converted.

public Color OldColor { get; set; }

Property Value

Color

 English