Hi, I'm having some trouble with Attachment Colour in Cocos2d.
Modifying Slot Colour seems to work fine, but modifying Attachment colour seem to have no effect at all.
Looking through the code, it seems like may it is not being used in the Cocos2d library.
GLubyte r = slot->skeleton->r * slot->r * 255;
GLubyte g = slot->skeleton->g * slot->g * 255;
GLubyte b = slot->skeleton->b * slot->b * 255;
I am using this colour setting for different Skins
p.s Any chance of adding a proper HueShader. I have hacked one in if you want the source code to look at.