ImageBlendingFilterOptions
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.imagefilters.filteroptions.FilterOptionsBase
public class ImageBlendingFilterOptions extends FilterOptionsBase
The image blending filter options
Constructors
| Constructor | Description |
|---|---|
| ImageBlendingFilterOptions() |
Methods
| Method | Description |
|---|---|
| getImage() | Gets the image. |
| setImage(RasterImage value) | Sets the image. |
| getPosition() | Gets the position. |
| setPosition(Point value) | Sets the position. |
| getBlendingMode() | Gets the blending mode. |
| setBlendingMode(BlendingMode value) | Sets the blending mode. |
| getOpacity() | Gets the opacity. |
| setOpacity(float value) | Sets the opacity. |
ImageBlendingFilterOptions()
public ImageBlendingFilterOptions()
getImage()
public final RasterImage getImage()
Gets the image.
Value: The image.
Returns: RasterImage - the image.
setImage(RasterImage value)
public final void setImage(RasterImage value)
Sets the image.
Value: The image.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | RasterImage | the image. |
getPosition()
public final Point getPosition()
Gets the position.
Value: The position.
Returns: Point - the position.
setPosition(Point value)
public final void setPosition(Point value)
Sets the position.
Value: The position.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Point | the position. |
getBlendingMode()
public final BlendingMode getBlendingMode()
Gets the blending mode.
Value: The blending mode.
Returns: BlendingMode - the blending mode.
setBlendingMode(BlendingMode value)
public final void setBlendingMode(BlendingMode value)
Sets the blending mode.
Value: The blending mode.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | BlendingMode | the blending mode. |
getOpacity()
public final float getOpacity()
Gets the opacity.
Value: The opacity.
Returns: float - the opacity.
setOpacity(float value)
public final void setOpacity(float value)
Sets the opacity.
Value: The opacity.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | float | the opacity. |