igGetStyleColorName function

Pointer<Uint8> igGetStyleColorName(
  1. int idx
)
byte* igGetStyleColorName(
 ImGuiCol idx
);

Implementation

Pointer<Uint8> igGetStyleColorName(int idx) => _igGetStyleColorName(idx);