MY code:
How to manage RGB value for differet shades of face,and how to apply?
this code will change the color of face along with hair,but i want
1.only face to be colored excl
make the face and the hair as objects. object have color and have a global method to change their colors. then in your main,make both objects (hair, face) and specify what you want to color exactly. This is the right approach. hope it helps!