Uses of Class
nl.tudelft.goal.ut2004.visualizer.timeline.map.GlColor

Packages that use GlColor
nl.tudelft.goal.ut2004.visualizer.map   
nl.tudelft.goal.ut2004.visualizer.timeline.map   
 

Uses of GlColor in nl.tudelft.goal.ut2004.visualizer.map
 

Fields in nl.tudelft.goal.ut2004.visualizer.map declared as GlColor
protected  GlColor BlendVertex.color
          Color of vertex
 

Methods in nl.tudelft.goal.ut2004.visualizer.map that return GlColor
 GlColor BlendVertex.getColor()
          Return color of vertex.
 

Methods in nl.tudelft.goal.ut2004.visualizer.map with parameters of type GlColor
 void BlendTriangle.setVertex(int i, cz.cuni.amis.pogamut.base3d.worldview.object.Location location, GlColor color)
          Create new BlendVertex for vertex i of poly.
 

Constructors in nl.tudelft.goal.ut2004.visualizer.map with parameters of type GlColor
BlendVertex(cz.cuni.amis.pogamut.base3d.worldview.object.Location location, GlColor color)
           
 

Uses of GlColor in nl.tudelft.goal.ut2004.visualizer.timeline.map
 

Methods in nl.tudelft.goal.ut2004.visualizer.timeline.map that return GlColor
 GlColor GlColor.getMixedWith(GlColor mixing, double portion)
          Create a mixed color from passed color and this color in following fashion:
 

Methods in nl.tudelft.goal.ut2004.visualizer.timeline.map with parameters of type GlColor
 GlColor GlColor.getMixedWith(GlColor mixing, double portion)
          Create a mixed color from passed color and this color in following fashion:
 

Constructors in nl.tudelft.goal.ut2004.visualizer.timeline.map with parameters of type GlColor
GlColor(GlColor color)
           
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.