AdjustObjectAIColors bug
It seems that when the object passed to AdjustObjectAIColors uses the Registration color, the AIAdjustColorFunc is not called. For example, I have one object on my document that uses Registration for its fill color. When I call AdjustObjectAIColors passing that object, the callback is not called. If I set the stroke on the object to Black, but leave the fill as Registration, the callback is called once, with Black as the passed color. If I change both the stroke and fill to Black, then the callback is called twice.
Is this a bug, or is this the way its supposed to work?