Class TLspAmbientLight
java.lang.Object
com.luciad.view.lightspeed.services.effects.ALspGraphicsEffect
com.luciad.view.lightspeed.services.effects.ALspLight
com.luciad.view.lightspeed.services.effects.TLspAmbientLight
Defines ambient light, a light of fixed intensity which affects all objects
equally. Ambient light is typically only used in combination with a
directional light, to keep surfaces which are facing away from the light
from becoming completely black.
- Since:
- 2013.0
-
Constructor Summary
ConstructorDescriptionCreates an ambient light.TLspAmbientLight
(Color aColor) Creates an ambient light with the given color. -
Method Summary
Methods inherited from class com.luciad.view.lightspeed.services.effects.ALspLight
equals, getColor, hashCode, setColor
Methods inherited from class com.luciad.view.lightspeed.services.effects.ALspGraphicsEffect
addPropertyChangeListener, firePropertyChange, isEnabled, removePropertyChangeListener, setEnabled
-
Constructor Details
-
TLspAmbientLight
public TLspAmbientLight()Creates an ambient light. The default color is (64, 64, 64). -
TLspAmbientLight
Creates an ambient light with the given color.- Parameters:
aColor
- the ambient color
-