|
PulpCore | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpulpcore.image.BlendMode
public final class BlendMode
An enumeration of blend modes.
The methods always returns the same object; that is,
BlendMode.SrcOver() == BlendMode.SrcOver() is always true.
The BlendMode class is designed for lazy-creation of blend modes so that code shrinkers (ProGuard) can remove blend modes that an app does not use.
CoreGraphics.setBlendMode(BlendMode),
Sprite.setBlendMode(BlendMode)| Method Summary | |
|---|---|
static BlendMode |
Add()
Gets the Add blend mode. |
static BlendMode |
Multiply()
Gets the Multiply blend mode. |
static BlendMode |
SrcOver()
Gets the SrcOver blend mode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static BlendMode SrcOver()
public static BlendMode Add()
public static BlendMode Multiply()
|
PulpCore | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||