com.threerings.opengl.scene
Class BackgroundColorEffect
java.lang.Object
com.threerings.util.ShallowObject
com.threerings.opengl.scene.ViewerEffect
com.threerings.opengl.scene.BackgroundColorEffect
- All Implemented Interfaces:
- SceneObject
public class BackgroundColorEffect
- extends ViewerEffect
An effect that changes the background color.
BackgroundColorEffect
public BackgroundColorEffect(Color4f color)
- Creates a new background color effect.
getBackgroundColor
public Color4f getBackgroundColor()
- Description copied from class:
ViewerEffect
- Returns the background color associated with this effect, or
null for
none.
- Overrides:
getBackgroundColor in class ViewerEffect
Copyright © 2011. All Rights Reserved.