|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.opengl.effect.ColorFunction.Multipoint.Point
public static class ColorFunction.Multipoint.Point
A single point to blend between.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
|---|
Streamable.Closure |
| Field Summary | |
|---|---|
Color4f |
color
The color of the point. |
float |
offset
The time offset of the point. |
| Constructor Summary | |
|---|---|
ColorFunction.Multipoint.Point()
No-arg constructor for deserialization, etc. |
|
ColorFunction.Multipoint.Point(Color4f color,
float offset)
Creates a new point with the given color and offset. |
|
| Method Summary | |
|---|---|
void |
set(ColorFunction.Multipoint.Point other)
Copies the fields of another point. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Editable(mode="%INHERIT%") public Color4f color
@Editable(min=0.0,
max=1.0,
step=0.01)
public float offset
| Constructor Detail |
|---|
public ColorFunction.Multipoint.Point(Color4f color,
float offset)
public ColorFunction.Multipoint.Point()
| Method Detail |
|---|
public void set(ColorFunction.Multipoint.Point other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||