CmykCorrection
Contents
[
Hide
]Inheritance: java.lang.Object
public class CmykCorrection
Colors correction in selective color adjustment layer.
Constructors
Constructor | Description |
---|---|
CmykCorrection() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getBlack() | Gets or sets black color correction. |
getClass() | |
getCyan() | Gets or sets cyan color correction. |
getMagenta() | Gets or sets magenta color correction. |
getYellow() | Gets or sets yellow color correction. |
hashCode() | |
notify() | |
notifyAll() | |
setBlack(short value) | Gets or sets black color correction. |
setCyan(short value) | Gets or sets cyan color correction. |
setMagenta(short value) | Gets or sets magenta color correction. |
setYellow(short value) | Gets or sets yellow color correction. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
CmykCorrection()
public CmykCorrection()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getBlack()
public final short getBlack()
Gets or sets black color correction.
Returns: short
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCyan()
public final short getCyan()
Gets or sets cyan color correction.
Returns: short
getMagenta()
public final short getMagenta()
Gets or sets magenta color correction.
Returns: short
getYellow()
public final short getYellow()
Gets or sets yellow color correction.
Returns: short
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBlack(short value)
public final void setBlack(short value)
Gets or sets black color correction.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setCyan(short value)
public final void setCyan(short value)
Gets or sets cyan color correction.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setMagenta(short value)
public final void setMagenta(short value)
Gets or sets magenta color correction.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setYellow(short value)
public final void setYellow(short value)
Gets or sets yellow color correction.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
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 |