igGetColorU32Col function

int igGetColorU32Col(
  1. int idx,
  2. double alpha_mul
)
uint igGetColorU32Col(
 ImGuiCol idx ,
 float alpha_mul
);

Implementation

int igGetColorU32Col(int idx, double alpha_mul) =>
    _igGetColorU32Col(idx, alpha_mul);