LevelChannel
Inheritance: java.lang.Object
public class LevelChannel
Class for working with channels in Levels Adjustment Layer
Methods
create_internalized(byte[] data)
public static LevelChannel create_internalized(byte[] data)
Parameters:
Parameter | Type | Description |
---|---|---|
data | byte[] |
Returns: LevelChannel
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
getData_internalized()
public final byte[] getData_internalized()
Gets the data.
Returns: byte[] - The Data
getInputHighlightLevel()
public final short getInputHighlightLevel()
Gets or sets the input highlight level.
Returns: short
getInputMidtoneLevel()
public final float getInputMidtoneLevel()
Gets or sets the input midtone level float.
Returns: float
getInputMidtoneLevelShort_internalized()
public final short getInputMidtoneLevelShort_internalized()
Gets or sets the input midtone level.
Returns: short
getInputShadowLevel()
public final short getInputShadowLevel()
Gets or sets the input shadow level.
Returns: short
getOutputHighlightLevel()
public final short getOutputHighlightLevel()
Gets or sets the output highlight level.
Returns: short
getOutputShadowLevel()
public final short getOutputShadowLevel()
Gets or sets the output shadow level.
Returns: short
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setInputHighlightLevel(short value)
public final void setInputHighlightLevel(short value)
Gets or sets the input highlight level.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setInputMidtoneLevel(float value)
public final void setInputMidtoneLevel(float value)
Gets or sets the input midtone level float.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
setInputMidtoneLevelShort_internalized(short value)
public final void setInputMidtoneLevelShort_internalized(short value)
Gets or sets the input midtone level.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setInputShadowLevel(short value)
public final void setInputShadowLevel(short value)
Gets or sets the input shadow level.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setOutputHighlightLevel(short value)
public final void setOutputHighlightLevel(short value)
Gets or sets the output highlight level.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setOutputShadowLevel(short value)
public final void setOutputShadowLevel(short value)
Gets or sets the output shadow level.
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 |