public final class LayerBlendingRangesData extends Object
The layer blending ranges data.
Constructor and Description |
---|
LayerBlendingRangesData() |
Modifier and Type | Method and Description |
---|---|
BlendRange[] |
getChannelBlendRanges()
Gets or sets the channel blend ranges.
|
BlendRange |
getCompositeBlendRange()
Gets or sets the composite blend ranges.
|
int |
getLength()
Gets the length of layer blending ranges data in bytes.
|
void |
save(StreamContainer streamContainer)
Saves the data to specified stream container.
|
void |
setChannelBlendRanges(BlendRange[] value)
Gets or sets the channel blend ranges.
|
void |
setCompositeBlendRange(BlendRange value)
Gets or sets the composite blend ranges.
|
public int getLength()
Gets the length of layer blending ranges data in bytes.
Value: The length of layer blending ranges data.public BlendRange getCompositeBlendRange()
Gets or sets the composite blend ranges.
Value: The composite blend ranges.public void setCompositeBlendRange(BlendRange value)
Gets or sets the composite blend ranges.
Value: The composite blend ranges.public BlendRange[] getChannelBlendRanges()
Gets or sets the channel blend ranges.
Value: The channel blend ranges.public void setChannelBlendRanges(BlendRange[] value)
Gets or sets the channel blend ranges.
Value: The channel blend ranges.public void save(StreamContainer streamContainer)
Saves the data to specified stream container.
streamContainer
- The stream container to save to.