CmykMixerChannel

Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.adjustmentlayers.MixerChannel

public class CmykMixerChannel extends MixerChannel

CmykChannel. It’s wrapper for channel raw data. Used in MixrResource

Constructors

ConstructorDescription
CmykMixerChannel(byte[] data)Initializes a new instance of the CmykMixerChannel class.

Methods

MethodDescription
equals(Object arg0)
getBlack()Gets or sets the black.
getClass()
getConstant()Gets or sets the constant.of channel.
getCyan()Gets or sets the cyan.
getMagenta()Gets or sets the magenta.
getRawData()Gets the raw data.
getYellow()Gets or sets the yellow.
hashCode()
notify()
notifyAll()
setBlack(short value)Gets or sets the black.
setConstant(short value)Gets or sets the constant.of channel.
setCyan(short value)Gets or sets the cyan.
setMagenta(short value)Gets or sets the magenta.
setYellow(short value)Gets or sets the yellow.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

CmykMixerChannel(byte[] data)

public CmykMixerChannel(byte[] data)

Initializes a new instance of the CmykMixerChannel class.

Parameters:

ParameterTypeDescription
databyte[]The data of the resource.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBlack()

public final short getBlack()

Gets or sets the black.

Value: The black.

Returns: short

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getConstant()

public final short getConstant()

Gets or sets the constant.of channel.

Value: The constant.

Returns: short

getCyan()

public final short getCyan()

Gets or sets the cyan.

Value: The cyan.

Returns: short

getMagenta()

public final short getMagenta()

Gets or sets the magenta.

Value: The magenta.

Returns: short

getRawData()

public final byte[] getRawData()

Gets the raw data.

Returns: byte[] - Raw byte data

getYellow()

public final short getYellow()

Gets or sets the yellow.

Value: The yellow.

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 the black.

Value: The black.

Parameters:

ParameterTypeDescription
valueshort

setConstant(short value)

public final void setConstant(short value)

Gets or sets the constant.of channel.

Value: The constant.

Parameters:

ParameterTypeDescription
valueshort

setCyan(short value)

public final void setCyan(short value)

Gets or sets the cyan.

Value: The cyan.

Parameters:

ParameterTypeDescription
valueshort

setMagenta(short value)

public final void setMagenta(short value)

Gets or sets the magenta.

Value: The magenta.

Parameters:

ParameterTypeDescription
valueshort

setYellow(short value)

public final void setYellow(short value)

Gets or sets the yellow.

Value: The yellow.

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