playn.java
Class BlendComposite
java.lang.Object
playn.java.BlendComposite
- All Implemented Interfaces:
- Composite
public class BlendComposite
- extends Object
- implements Composite
Handles non-Porter-Duff image composition.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Multiply
public static final BlendComposite Multiply
- A blend composite that yields [ Sa * Da, Sc * Dc].
BlendComposite
protected BlendComposite(BlendComposite.Blender blender)
BlendComposite
protected BlendComposite(BlendComposite.Blender blender,
float alpha)
derive
public BlendComposite derive(float alpha)
- Returns a derived composite with the specified alpha.
createContext
public CompositeContext createContext(ColorModel srcColorModel,
ColorModel dstColorModel,
RenderingHints hints)
- Specified by:
createContext in interface Composite
Copyright © 2013. All Rights Reserved.