RgbMixerChannel
Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.adjustmentlayers.MixerChannel
public class RgbMixerChannel extends MixerChannel
RgbChannel. It’s wrapper for channel raw data. Used in MixrResource
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getBlue() | Gets or sets the blue. |
getClass() | |
getConstant() | Gets or sets the constant.of channel. |
getGreen() | Gets or sets the green. |
getRawData() | Gets the raw data. |
getRed() | Gets or sets the red. |
hashCode() | |
notify() | |
notifyAll() | |
setBlue(short value) | Gets or sets the blue. |
setConstant(short value) | Gets or sets the constant.of channel. |
setGreen(short value) | Gets or sets the green. |
setRed(short value) | Gets or sets the red. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getBlue()
public final short getBlue()
Gets or sets the blue.
Value: The blue.
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
getGreen()
public final short getGreen()
Gets or sets the green.
Value: The green.
Returns: short
getRawData()
public final byte[] getRawData()
Gets the raw data.
Returns: byte[] - Raw byte data
getRed()
public final short getRed()
Gets or sets the red.
Value: The red.
Returns: short
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBlue(short value)
public final void setBlue(short value)
Gets or sets the blue.
Value: The blue.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setConstant(short value)
public final void setConstant(short value)
Gets or sets the constant.of channel.
Value: The constant.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setGreen(short value)
public final void setGreen(short value)
Gets or sets the green.
Value: The green.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setRed(short value)
public final void setRed(short value)
Gets or sets the red.
Value: The red.
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 |