ImColor_ImColorU32 function

Pointer<ImColor> ImColor_ImColorU32(
  1. int rgba
)
ImColor* ImColor_ImColorU32(
 uint rgba
);

Implementation

Pointer<ImColor> ImColor_ImColorU32(int rgba) => _ImColor_ImColorU32(rgba);