public final class BlendRange extends Object
The blend range.
Constructor and Description |
---|
BlendRange() |
Modifier and Type | Method and Description |
---|---|
int |
getDestination()
Gets or sets the destination blend range.
|
int |
getSource()
Gets or sets the source blend range.
|
void |
setDestination(int value)
Gets or sets the destination blend range.
|
void |
setSource(int value)
Gets or sets the source blend range.
|
public int getSource()
Gets or sets the source blend range.
Value: The source blend range.public void setSource(int value)
Gets or sets the source blend range.
Value: The source blend range.public int getDestination()
Gets or sets the destination blend range.
Value: The destination blend range.public void setDestination(int value)
Gets or sets the destination blend range.
Value: The destination blend range.