com.threerings.opengl.compositor.config
Class StepConfig.Clear.Color

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by 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.
 
Constructor Summary
StepConfig.Clear.Color()
           
 
Method Summary
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

StepConfig.Clear.Color

public StepConfig.Clear.Color()


Copyright © 2011. All Rights Reserved.