com.jhlabs.vecmath
Class Color4f
java.lang.Object
com.jhlabs.vecmath.Tuple4f
com.jhlabs.vecmath.Color4f
public class Color4f
- extends Tuple4f
Vector math package, converted to look similar to javax.vecmath.
Fields inherited from class com.jhlabs.vecmath.Tuple4f |
w, x, y, z |
Method Summary |
java.awt.Color |
get()
|
void |
set(java.awt.Color c)
|
Methods inherited from class com.jhlabs.vecmath.Tuple4f |
absolute, absolute, add, add, clamp, get, get, interpolate, negate, negate, scale, set, set, set, sub, sub, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Color4f
public Color4f()
Color4f
public Color4f(float[] x)
Color4f
public Color4f(float x,
float y,
float z,
float w)
Color4f
public Color4f(Color4f t)
Color4f
public Color4f(Tuple4f t)
Color4f
public Color4f(java.awt.Color c)
set
public void set(java.awt.Color c)
get
public java.awt.Color get()