| Modifier and Type | Field and Description |
|---|---|
static BlendComposite |
Multiply
A blend composite that yields [ Sa * Da, Sc * Dc].
|
| 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
public BlendComposite derive(float alpha)
public CompositeContext createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints)
createContext in interface CompositeCopyright © 2015. All Rights Reserved.