_GET_PED_HAIR_RGB_COLOR
// GetPedHairRgbColor
void _GET_PED_HAIR_RGB_COLOR(int hairColorIndex, int* outR, int* outG, int* outB);
Input: Haircolor index, value between 0 and 63 (inclusive).
Output: RGB values for the haircolor specified in the input.
This is used with the hair color swatches scaleform.
Use _0x013E5CFC38CD5387
to get the makeup colors.
Old name: _GET_HAIR_RGB_COLOR