TITANIUM_PROPERTY_GETTER(UIModule, backgroundColor)
	{
		return get_context().CreateString(get_backgroundColor());
	}
		TITANIUM_PROPERTY_GETTER(Animation, backgroundColor)
		{
			return get_context().CreateString(get_backgroundColor());
		}