Well, as the title says, what command do you use to pick pixel color from an image opened in Maya window? I’m planning to build an UI for auto rigging tool, and the first problem is this one… the basic idea is to upon the click on a certain color area of the image Maya creates a locator at 0,0,0, … I can take it from there… I’ve been digging through MEL commands reference but I can’t find something that fits in the description of the task… colorAtPoint looks for uv coordinates, grabColor changes the cursor and I don’t want that… so I’m wondering is this even possible via color way… pseudo code would be something like
if colorundercursor = white
create locator
This is far from a proper pseudo code I know, but I’m not a Mel expert…