Uses of Class
com.threerings.probs.ColorVariable

Packages that use ColorVariable
com.threerings.probs Probabilistic types. 
 

Uses of ColorVariable in com.threerings.probs
 

Subclasses of ColorVariable in com.threerings.probs
static class ColorVariable.Constant
          Always returns the same value.
static class ColorVariable.Uniform
          Returns values uniformly distributed in RGBA space.
 

Fields in com.threerings.probs declared as ColorVariable
 ColorVariable ColorFunctionVariable.VariableLinear.end
          The value to return.
 ColorVariable ColorFunctionVariable.VariableLinear.start
          The value to return.
 ColorVariable ColorFunctionVariable.VariableConstant.value
          The value to return.
 

Constructors in com.threerings.probs with parameters of type ColorVariable
ColorVariable.Constant(ColorVariable variable)
          Creates a constant variable from the parameters of the other variable.
ColorVariable.Uniform(ColorVariable variable)
          Creates a uniform variable from the parameters of the other variable.
 



Copyright © 2011. All Rights Reserved.