public final class ColorMap extends Object
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.
Constructor and Description |
---|
ColorMap() |
Modifier and Type | Method and Description |
---|---|
Color |
getNewColor()
Gets or sets the new
Aspose.Imaging.Color structure to which to convert. |
Color |
getOldColor()
Gets or sets the existing
Aspose.Imaging.Color structure to be converted. |
void |
setNewColor(Color value) |
void |
setOldColor(Color value) |
public Color getOldColor()
Gets or sets the existing Aspose.Imaging.Color
structure to be converted.
Aspose.Imaging.Color
structure to be converted.public void setOldColor(Color value)
public Color getNewColor()
Gets or sets the new Aspose.Imaging.Color
structure to which to convert.
Aspose.Imaging.Color
structure to which to convert.public void setNewColor(Color value)
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.