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