UTIL_StringToColor32

From Valve Developer Community
Revision as of 20:55, 2 November 2021 by Amicdict (talk | contribs) (Created page with "{{lang|UTIL StringToColor32|title=<code>UTIL_StringToColor32</code>}} {{ent|UTIL_StringToColor32}} is a wrapper UTIL function that converts a string to a 4d vector and the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)Translate (Translate)

UTIL_StringToColor32 is a wrapper UTIL function that converts a string to a 4d vector and then assigning values to the color32 class.

Declaration

void UTIL_StringToColor32( color32 *color, const char *pString );