|
j3d.org Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.j3d.loaders.discreet.TrackData
org.j3d.loaders.discreet.ColorData
public class ColorData
A single color data from the keyframe tracking.
Colours are all transformed to [0-1] floating point values.
The data represented is
struct {
short framenum
int unknown
float red
float green
float blue
}
For this implementation, the unknown values are ignored and not stored.
| Field Summary | |
|---|---|
float |
blue
The blue component value |
float |
green
The green component value |
float |
red
The red component value |
| Fields inherited from class org.j3d.loaders.discreet.TrackData |
|---|
frameNumber, splineData, splineFlags |
| Constructor Summary | |
|---|---|
ColorData()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float red
public float green
public float blue
| Constructor Detail |
|---|
public ColorData()
|
j3d.org Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||