1 #ifndef __RTFX_PROPERTY_COLOUR__
2 #define __RTFX_PROPERTY_COLOUR__
9 #include "RTFXRecorder.h"
10 #include "RTFXHelpers.h"
37 SetType( RTFXProperty::COLOUR );
47 boost::lock_guard<boost::mutex> lock( *dataLock );
56 boost::lock_guard<boost::mutex> lock( *dataLock );
66 if ( GetType() == _other->
GetType() )
75 void ChangeFrame( AXISFRAME _frameA, AXISFRAME _frameB )
91 SetValue( ptr->GetValue() );
100 friend class boost::serialization::access;
102 template<
class Archive>
103 void serialize( Archive &_ar,
const unsigned int _version )
105 _ar & boost::serialization::base_object<RTFXProperty>( *this );