31
Substance Designer - Technical Support - Re: Replace color node : the target color doesn't work.
on: June 24, 2019, 04:50:21 pm
It replaces the source color by the one you want.
So your first idea was good but with a uniform color you can optimize your graph by decreasing the resolution to 16*16. You will save computation time this way.
And I tried to reproduce the same setup as yours and I found why you get such result.
You want to replace white parts by yellow. Your input has no white parts but very light gray parts, that's why you get
a color shift.
To solve this :
- Go into the replace color node
- choose the color picker tool
- pick one of the light part
You should get the correct result.
So your first idea was good but with a uniform color you can optimize your graph by decreasing the resolution to 16*16. You will save computation time this way.
And I tried to reproduce the same setup as yours and I found why you get such result.
You want to replace white parts by yellow. Your input has no white parts but very light gray parts, that's why you get
a color shift.
To solve this :
- Go into the replace color node
- choose the color picker tool
- pick one of the light part
You should get the correct result.