| Modifier and Type | Class and Description |
|---|---|
protected static class |
BlendComposite.Blender |
| Modifier and Type | Field and Description |
|---|---|
static BlendComposite |
Multiply
A blend composite that yields [ Sa * Da, Sc * Dc].
|
| Modifier | Constructor and Description |
|---|---|
protected |
BlendComposite(BlendComposite.Blender blender) |
protected |
BlendComposite(BlendComposite.Blender blender,
float alpha) |
| Modifier and Type | Method and Description |
|---|---|
CompositeContext |
createContext(ColorModel srcColorModel,
ColorModel dstColorModel,
RenderingHints hints) |
BlendComposite |
derive(float alpha)
Returns a derived composite with the specified alpha.
|
public static final BlendComposite Multiply
protected BlendComposite(BlendComposite.Blender blender)
protected BlendComposite(BlendComposite.Blender blender, float alpha)
public BlendComposite derive(float alpha)
public CompositeContext createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints)
createContext in interface CompositeCopyright © 2013. All Rights Reserved.