Uses of Class
com.jhlabs.vecmath.Color4f

Packages that use Color4f
com.jhlabs.image   
com.jhlabs.vecmath   
 

Uses of Color4f in com.jhlabs.image
 

Methods in com.jhlabs.image that return Color4f
protected  Color4f LightFilter.phongShade(Vector3f position, Vector3f viewpoint, Vector3f normal, Color4f diffuseColor, Color4f specularColor, LightFilter.Material material, LightFilter.Light[] lightsArray)
           
 

Methods in com.jhlabs.image with parameters of type Color4f
protected  Color4f LightFilter.phongShade(Vector3f position, Vector3f viewpoint, Vector3f normal, Color4f diffuseColor, Color4f specularColor, LightFilter.Material material, LightFilter.Light[] lightsArray)
           
protected  void LightFilter.setFromRGB(Color4f c, int argb)
           
protected  void ShadeFilter.setFromRGB(Color4f c, int argb)
           
 

Uses of Color4f in com.jhlabs.vecmath
 

Constructors in com.jhlabs.vecmath with parameters of type Color4f
Color4f(Color4f t)