Hey, I love the simplicity of this program from the user's perspective. It is working really well, (despite the malloc errors I get when I abuse it by calling it rapidly with a python script). I was just wondering if there is some way to use specific colors for specific anchors.
I must have glossed over it when I was first reading how to use it and I assumed that the anchors would be colored with their respective colors. If you have no plans on working on this project anymore, do you know if there is a dirty way that I can hack it to get what I want? I am not very versed in c so trying to figure out exactly what I need to change is a little over my head.
To clarify, rather than randomly choosing a color from the color pallet, I would like the color for anchor[i] to be color[i], if that makes sense.
Hey, I love the simplicity of this program from the user's perspective. It is working really well, (despite the malloc errors I get when I abuse it by calling it rapidly with a python script). I was just wondering if there is some way to use specific colors for specific anchors.
I must have glossed over it when I was first reading how to use it and I assumed that the anchors would be colored with their respective colors. If you have no plans on working on this project anymore, do you know if there is a dirty way that I can hack it to get what I want? I am not very versed in
cso trying to figure out exactly what I need to change is a little over my head.To clarify, rather than randomly choosing a color from the color pallet, I would like the color for
anchor[i]to becolor[i], if that makes sense.