public class AmbientLight extends ColorLayer
| Modifier and Type | Field and Description |
|---|---|
static java.awt.Color |
DEFAULT_COLOR |
| Constructor and Description |
|---|
AmbientLight(IEnvironment env,
java.awt.Color ambientColor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
renderSection(java.awt.Graphics2D g,
java.awt.geom.Rectangle2D section) |
getColor, getEnvironment, render, setAlpha, setColor, updateSectionpublic AmbientLight(IEnvironment env, java.awt.Color ambientColor)
protected void renderSection(java.awt.Graphics2D g,
java.awt.geom.Rectangle2D section)
renderSection in class ColorLayer