Uses of Class
mako5.gfx.Color

Packages that use Color
mako5.gfx   
 

Uses of Color in mako5.gfx
 

Fields in mako5.gfx declared as Color
static Color Color.YELLOW
           
 

Methods in mako5.gfx with parameters of type Color
 void Color.set(Color rColor_)
          Sets this color equal to another color.
 

Constructors in mako5.gfx with parameters of type Color
Color(Color c)
          Makes a copy of another color.