|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplugins.big.blobgenerator.filters.BlendingFilter
public abstract class BlendingFilter
Abstract class to blend two images.
| Constructor Summary | |
|---|---|
BlendingFilter()
|
|
| Method Summary | |
|---|---|
static icy.image.IcyBufferedImage |
apply(icy.image.IcyBufferedImage A,
icy.image.IcyBufferedImage B,
BlendingMode mode,
double intensity)
Returns the result of the blending of two images accordingly to the given blending mode. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlendingFilter()
| Method Detail |
|---|
public static icy.image.IcyBufferedImage apply(icy.image.IcyBufferedImage A,
icy.image.IcyBufferedImage B,
BlendingMode mode,
double intensity)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||