igTextColored function

void igTextColored(
  1. ImVec4 col,
  2. Pointer<Uint8> fmt
)
void igTextColored(
 ImVec4 col ,
 byte* fmt ,
 ... ...
);

Implementation

void igTextColored(ImVec4 col, Pointer<Uint8> fmt) => _igTextColored(col, fmt);