ColorMap
Inheritance: java.lang.Object
public final class ColorMap
Defines a map for converting colors. Several methods of the com.aspose.psd.ImageAttributes class adjust image colors by using a color-remap table, which is an array of com.aspose.psd.ColorMap structures. Not inheritable.
Constructors
Constructor | Description |
---|---|
ColorMap() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getNewColor() | Gets the new com.aspose.psd.Color structure to which to convert. |
getOldColor() | Gets the existing com.aspose.psd.Color structure to be converted. |
hashCode() | |
notify() | |
notifyAll() | |
setNewColor(Color value) | Sets the new com.aspose.psd.Color structure to which to convert. |
setOldColor(Color value) | Sets the existing com.aspose.psd.Color structure to be converted. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ColorMap()
public ColorMap()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getNewColor()
public Color getNewColor()
Gets the new com.aspose.psd.Color structure to which to convert.
Returns: Color - The new com.aspose.psd.Color structure to which to convert.
getOldColor()
public Color getOldColor()
Gets the existing com.aspose.psd.Color structure to be converted.
Returns: Color - The existing com.aspose.psd.Color structure to be converted.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setNewColor(Color value)
public void setNewColor(Color value)
Sets the new com.aspose.psd.Color structure to which to convert.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color | The new com.aspose.psd.Color structure to which to convert. |
setOldColor(Color value)
public void setOldColor(Color value)
Sets the existing com.aspose.psd.Color structure to be converted.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color | The existing com.aspose.psd.Color structure to be converted. |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |