31 #include <osg/io_utils>
33 #include "WExportCommon.h"
38 typedef osg::Vec4 WColor;
51 WColor OWCOMMON_EXPORT convertHSVtoRGBA(
double h,
double s,
double v );
60 WColor OWCOMMON_EXPORT inverseColor(
const WColor& other );
65 namespace defaultColor
68 static const WColor GREEN( 0.0, 1.0, 0.0, 1.0 );
69 static const WColor RED( 1.0, 0.0, 0.0, 1.0 );
70 static const WColor BLUE( 0.0, 0.0, 1.0, 1.0 );