InvertColor
rgb_color inverted = InvertColor(map->color_list[index]);
initialTextColor = InvertColor(view->HighColor());
rgb_color textColor = InvertColor(backColor);
rgb_color inverted = InvertColor(color);
rgb_color InvertColor(rgb_color color);
rgb_color inverted = InvertColor(map->color_list[index]);