SetColor

Sets the color of a text object.

ELITEAPI_API void __stdcall SetColor(void* apiObject, const char* name, unsigned char a, unsigned char r, unsigned char g, unsigned char b);

Parameters