Hi, For a game I need to be able to draw polygons on a widget with a variable number of edges.
And for each of it’s edges I need to be able to change it’s color at runtime.
So I decided to draw my polygons edge by edge one line at a time but I have no idea on how I am supposed to do. Can someone guide me please ?