TinpotOutputCell typedef

TinpotOutputCell = ({int bgColorArgb, String character, int fgColorArgb})

Implementation

typedef TinpotOutputCell = ({
  String character,
  int fgColorArgb,
  int bgColorArgb,
});