|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.imaging.ColorMap
public final class ColorMap
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.
Constructor Summary | |
---|---|
ColorMap()
|
Method Summary | |
---|---|
Color |
getNewColor()
Gets the new Color structure to which to convert. |
Color |
getOldColor()
Gets the existing Color structure to be converted. |
void |
setNewColor(Color value)
Sets the new Color structure to which to convert. |
void |
setOldColor(Color value)
Sets the existing Color structure to be converted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorMap()
Method Detail |
---|
public Color getNewColor()
Gets the new Color
structure to which to convert.
Color
structure to which to convert.
public Color getOldColor()
Gets the existing Color
structure to be converted.
Color
structure to be converted.
public void setNewColor(Color value)
Sets the new Color
structure to which to convert.
Color
structure to which to convert.
public void setOldColor(Color value)
Sets the existing Color
structure to be converted.
Color
structure to be converted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |