com.threerings.opengl.compositor.config
Class StepConfig.Clear.Color
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.compositor.config.StepConfig.Clear.Color
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- StepConfig.Clear
public static class StepConfig.Clear.Color
- extends DeepObject
- implements Exportable
Color clear parameters.
|
Field Summary |
boolean |
clear
Whether or not to clear the color buffer. |
Color4f |
value
The color clear value. |
clear
@Editable(hgroup="c")
public boolean clear
- Whether or not to clear the color buffer.
value
@Editable(mode="alpha",
hgroup="c")
public Color4f value
- The color clear value.
StepConfig.Clear.Color
public StepConfig.Clear.Color()
Copyright © 2011. All Rights Reserved.