protected static class ImageProvider.ModulateComposite
extends java.lang.Object
implements java.awt.Composite
Modifier and Type | Class and Description |
---|---|
protected class |
ImageProvider.ModulateComposite.ModulationContext
Regular "correct" modulation context.
|
protected class |
ImageProvider.ModulateComposite.ModulationContextAccel
Accelerated modulation context, based on some assumptions
(4 color components, each 8 bits, etc.).
|
Modifier and Type | Field and Description |
---|---|
protected boolean |
high
Highlight amplification
|
protected java.awt.Color |
modcolor
Modulation color
|
Constructor and Description |
---|
ModulateComposite(java.awt.Color modcolor,
boolean high)
Creates a new Composite.
|
Modifier and Type | Method and Description |
---|---|
java.awt.CompositeContext |
createContext(java.awt.image.ColorModel srcColorModel,
java.awt.image.ColorModel dstColorModel,
java.awt.RenderingHints hints)
Create the context.
|
protected java.awt.Color modcolor
protected boolean high