Some parts of my characters will be exported as white in psd and I'm planning to tint it at runtime. The problem is that the color I'm getting is different from the color that I set.

So I know, based from the docs that the color is 2x. So I thought that just dividing the color I want by 2, it would be the same but seems not. The right one in the image is a spriterenderer of the image just so that I can have the reference. Is this because of the material? Is there a material that I can use to make the color to exactly what I want? Btw, the way that I change the color of the part is by changing the material color of the mesh at runtime. I tried by just changing the color in the portrait editor but it's just the same.
Oh I see. The problem is that my project's color space is in linear so portrait's gamma does not work. It works now by making project's color space to gamma. Thank you.