igTableSetBgColor function

void igTableSetBgColor(
  1. int target,
  2. int color,
  3. int column_n
)
void igTableSetBgColor(
 ImGuiTableBgTarget target ,
 uint color ,
 int column_n
);

Implementation

void igTableSetBgColor(int target, int color, int column_n) =>
    _igTableSetBgColor(target, color, column_n);