|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColorFunction | |
|---|---|
| com.threerings.opengl.effect | Effect classes. |
| com.threerings.probs | Probabilistic types. |
| Uses of ColorFunction in com.threerings.opengl.effect |
|---|
| Subclasses of ColorFunction in com.threerings.opengl.effect | |
|---|---|
static class |
ColorFunction.Constant
A color function that always returns the same color. |
static class |
ColorFunction.InAndOut
A color function that blends linearly from a start color to an end color, then back to the start color. |
static class |
ColorFunction.Linear
A color function that blends linearly between two colors. |
static class |
ColorFunction.Multipoint
A color function that blends between an arbitrary number of colors. |
static class |
ColorFunction.ThreePoint
A color function that blends linearly from a start color to a middle color, then to an end color. |
| Methods in com.threerings.opengl.effect that return ColorFunction | |
|---|---|
abstract ColorFunction |
ColorFunction.copy(ColorFunction result)
Copies this function. |
ColorFunction |
ColorFunction.Constant.copy(ColorFunction result)
|
ColorFunction |
ColorFunction.Linear.copy(ColorFunction result)
|
ColorFunction |
ColorFunction.InAndOut.copy(ColorFunction result)
|
ColorFunction |
ColorFunction.ThreePoint.copy(ColorFunction result)
|
ColorFunction |
ColorFunction.Multipoint.copy(ColorFunction result)
|
| Methods in com.threerings.opengl.effect with parameters of type ColorFunction | |
|---|---|
abstract ColorFunction |
ColorFunction.copy(ColorFunction result)
Copies this function. |
ColorFunction |
ColorFunction.Constant.copy(ColorFunction result)
|
ColorFunction |
ColorFunction.Linear.copy(ColorFunction result)
|
ColorFunction |
ColorFunction.InAndOut.copy(ColorFunction result)
|
ColorFunction |
ColorFunction.ThreePoint.copy(ColorFunction result)
|
ColorFunction |
ColorFunction.Multipoint.copy(ColorFunction result)
|
| Constructors in com.threerings.opengl.effect with parameters of type ColorFunction | |
|---|---|
ColorFunction.Constant(ColorFunction function)
Creates a constant function with the other function's middle. |
|
ColorFunction.InAndOut(ColorFunction function)
Creates an in-and-out function with the other function's start and end. |
|
ColorFunction.Linear(ColorFunction function)
Creates a linear function with the other function's start and end. |
|
ColorFunction.Multipoint(ColorFunction function)
Creates a multipoint function with the other function's start and end. |
|
ColorFunction.ThreePoint(ColorFunction function)
Creates a three point function with the other function's start, middle, and end. |
|
| Uses of ColorFunction in com.threerings.probs |
|---|
| Fields in com.threerings.probs declared as ColorFunction | |
|---|---|
ColorFunction |
ColorFunctionVariable.Fixed.function
The function to return. |
| Methods in com.threerings.probs that return ColorFunction | |
|---|---|
abstract ColorFunction |
ColorFunctionVariable.getValue(ColorFunction result)
Computes a sample value according to the variable's distribution. |
ColorFunction |
ColorFunctionVariable.Fixed.getValue(ColorFunction result)
|
ColorFunction |
ColorFunctionVariable.VariableConstant.getValue(ColorFunction result)
|
ColorFunction |
ColorFunctionVariable.VariableLinear.getValue(ColorFunction result)
|
| Methods in com.threerings.probs with parameters of type ColorFunction | |
|---|---|
abstract ColorFunction |
ColorFunctionVariable.getValue(ColorFunction result)
Computes a sample value according to the variable's distribution. |
ColorFunction |
ColorFunctionVariable.Fixed.getValue(ColorFunction result)
|
ColorFunction |
ColorFunctionVariable.VariableConstant.getValue(ColorFunction result)
|
ColorFunction |
ColorFunctionVariable.VariableLinear.getValue(ColorFunction result)
|
| Constructors in com.threerings.probs with parameters of type ColorFunction | |
|---|---|
ColorFunctionVariable.Fixed(ColorFunction function)
Creates a fixed variable with the specified function. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||