| Package | Description |
|---|---|
| com.aspose.imaging.imagefilters.filteroptions |
The package handles filter options.
|
| Modifier and Type | Method and Description |
|---|---|
static BlendingMode |
BlendingMode.get(int value) |
BlendingMode |
ImageBlendingFilterOptions.getBlendingMode()
Gets the blending mode.
|
static BlendingMode |
BlendingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlendingMode[] |
BlendingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageBlendingFilterOptions.setBlendingMode(BlendingMode value)
Sets the blending mode.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.