class CScriptColor : public SmartScriptTable;
ScriptHelpers.h
This class map an "color" to a LUA table with indexed 3 numbers [1],[2],[3] members.
CScriptColor& operator =(const Vec3 & v3);
CScriptColor();
CScriptColor(IScriptSystem * pSS, bool bCreateEmpty = false);
Vec3 Get();
void Set(const Vec3 & v);