railo.runtime.img.vecmath
Class Color4f
java.lang.Object
railo.runtime.img.vecmath.Tuple4f
railo.runtime.img.vecmath.Color4f
public class Color4f
- extends Tuple4f
Vector math package, converted to look similar to javax.vecmath.
Fields inherited from class railo.runtime.img.vecmath.Tuple4f |
w, x, y, z |
Methods inherited from class railo.runtime.img.vecmath.Tuple4f |
absolute, absolute, add, add, clamp, get, get, interpolate, negate, negate, scale, set, set, set, sub, sub, toString |
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(Color c)
set
public void set(Color c)
get
public Color get()
Copyright © 2012 Railo