railo.runtime.img.vecmath
Class Color4f

java.lang.Object
  extended by railo.runtime.img.vecmath.Tuple4f
      extended by railo.runtime.img.vecmath.Color4f

public class Color4f
extends Tuple4f

Vector math package, converted to look similar to javax.vecmath.


Field Summary
 
Fields inherited from class railo.runtime.img.vecmath.Tuple4f
w, x, y, z
 
Constructor Summary
Color4f()
           
Color4f(Color c)
           
Color4f(Color4f t)
           
Color4f(float[] x)
           
Color4f(float x, float y, float z, float w)
           
Color4f(Tuple4f t)
           
 
Method Summary
 Color get()
           
 void set(Color c)
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

set

public void set(Color c)

get

public Color get()


Copyright © 2012 Railo