TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/common/utils/color.cpp
Go to the documentation of this file.
00001 #include "color.hpp"
00002 
00003 namespace tuttle {
00004 namespace common {
00005 
00006 boost::shared_ptr<Color> Color::get()
00007 {
00008         return color;
00009 }
00010 
00011 boost::shared_ptr<Color> Color::color(new Color);
00012 
00013 }
00014 }