_GET_PED_MAKEUP_RGB_COLOR
Docslocal outR, outG, outB = GetPedMakeupRgbColor(makeupColorIndex)Description
Input: Makeup color index, value between 0 and 63 (inclusive).
Output: RGB values for the makeup color specified in the input.
This is used with the makeup color swatches scaleform.
Use <code>_0x4852FC386E2E1BB5</code> to get the hair colors.
Parameters
| Name | Type | Description |
|---|---|---|
makeupColorIndex | int | The hair color index. Value between 0-63 (inclusive). |
outR | int* | Output red value. |
outG | int* | Output green value. |
outB | int* | Output blue value. |
Ped Models

mp_m_freemode_01
player_zero
ig_agatha
s_m_y_cop_01
s_m_m_gaffer_01
g_m_m_armboss_01
a_c_boar
a_m_m_bevhills_01Returns
voidThis native does not return a value.