===== SetBGColor ===== Sets the background color of a text object. ELITEAPI_API void __stdcall SetBGColor(void* apiObject, const char* name, unsigned char a, unsigned char r, unsigned char g, unsigned char b); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//name// [in] * The name of the text object. *//a// [in] * The alpha color. *//r// [in] * The red color. *//g// [in] * The green color. *//b// [in] * The blue color.