Uses of Class
es.ucm.look.ar.ar3D.core.Color4

Packages that use Color4
es.ucm.look.ar.ar3D.core   
es.ucm.look.ar.ar3D.core.drawables   
es.ucm.look.ar.ar3D.core.drawables.primitives   
 

Uses of Color4 in es.ucm.look.ar.ar3D.core
 

Methods in es.ucm.look.ar.ar3D.core that return Color4
 Color4 Color4.brighter()
           
 Color4 Color4.darker()
           
 

Uses of Color4 in es.ucm.look.ar.ar3D.core.drawables
 

Methods in es.ucm.look.ar.ar3D.core.drawables that return Color4
 Color4 Entity3D.getMaterial()
          Returns entity's material
 

Methods in es.ucm.look.ar.ar3D.core.drawables with parameters of type Color4
 void Entity3D.setMaterial(Color4 m)
          Sets entity's material
 

Uses of Color4 in es.ucm.look.ar.ar3D.core.drawables.primitives
 

Constructors in es.ucm.look.ar.ar3D.core.drawables.primitives with parameters of type Color4
Ring(Point3 center, float radius, float width, int iterations, Color4 c)