Searched refs:CJS_Color (Results 1 – 3 of 3) sorted by relevance
54 class CJS_Color : public CJS_Object57 CJS_Color(JSFXObject pObject) : CJS_Object(pObject) {}; in CJS_Color() function58 virtual ~CJS_Color(void){}; in ~CJS_Color()60 DECLARE_JS_CLASS(CJS_Color);
29 BEGIN_JS_STATIC_CONST(CJS_Color)32 BEGIN_JS_STATIC_PROP(CJS_Color) in END_JS_STATIC_CONST()47 BEGIN_JS_STATIC_METHOD(CJS_Color) in END_JS_STATIC_CONST()52 IMPLEMENT_JS_CLASS(CJS_Color,color) in END_JS_STATIC_CONST()
167 if (CJS_Color::Init(*this, JS_STATIC) < 0) return FALSE; in InitJSObjects()