how to change and set color for edge in python class GraphViewer ?
SetNodeInfo(self, node_index, node_info, flags) ?
p = ida_graph.node_info_t()
p.frame_color = self.random_hex_color()
p.bg_color = p.frame_color^0xffffff
self.SetNodeInfo(nid, p, ida_graph.NIF_FRAME_COLOR)
but edge is not node