I was wondering if its possible to change the color of the anchor point in the transform tool.
Is this possible? Sometimes I'll move it and it takes forever to find it again on a dark image. The actual image of the cross hairs must live in the application contents somewhere? Or its made by script. After a quick search of "transform" I found this file.. Not exactly sure what I'm looking at inside but it appears to be c++ code? I'm not a coder but I feel like this could be possible somehow. What do you guys think?
It's code that applies projective transformations to vectors, presumably from camera coordinates to screen coordinates. In other words, it has nothing at all to do with what you want to do.