CmykCorrection

Inheritance: java.lang.Object

public class CmykCorrection

Colors correction in selective color adjustment layer.

Constructors

ConstructorDescription
CmykCorrection()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueshort

setCyan(short value)

public final void setCyan(short value)

Gets or sets cyan color correction.

Parameters:

ParameterTypeDescription
valueshort

setMagenta(short value)

public final void setMagenta(short value)

Gets or sets magenta color correction.

Parameters:

ParameterTypeDescription
valueshort

setYellow(short value)

public final void setYellow(short value)

Gets or sets yellow color correction.

Parameters:

ParameterTypeDescription
valueshort

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int