- Aug 25, 2017
- 929
- 820
about hair colors, let me explain a bit how the colored custom works.
I dont use multiples variants of the same image, i go by a tricky way, i change it via code at runtime.
so if the original color use light color tones then the color change is better noticeable, but if the original tone is dark, there will hardly be any variations.
for example just replacing the black punk haircut with blue one should work.
I also have no problem adding artificial colors, if you have any color in mind, tell me in rgba or rgba8888 format, like
TEAL = (0, 0.5f, 0.5f, 1);
or
GREEN = (0x00ff00ff);
I dont use multiples variants of the same image, i go by a tricky way, i change it via code at runtime.
so if the original color use light color tones then the color change is better noticeable, but if the original tone is dark, there will hardly be any variations.
for example just replacing the black punk haircut with blue one should work.
I also have no problem adding artificial colors, if you have any color in mind, tell me in rgba or rgba8888 format, like
TEAL = (0, 0.5f, 0.5f, 1);
or
GREEN = (0x00ff00ff);