Extract a COLOR GRADIENT From One Image & Apply it to Another

Hi guys!

Is there any way I can apply color gradient to a texture.
I am currently using standard material with reflection texture. Light is disabled.

Good tutorial here - Extracting a color palette from an image with javascript - DEV Community
GH - GitHub - zygisS22/color-palette-extraction: Create a color palette using median cut with Javascript

Also, ColorThief has different options to get color palette from any image - GitHub - lokesh/color-thief: Grab the color palette from an image using just Javascript. Works in the browser and in Node.

How to use it and how to apply to another image is up to you :slight_smile:
(there is a lot of hints in tutorial).

3 Likes

Thanks a lot! I am still struggling to apply it on another image. Will go trough this one to try.

Thanks again!

I think it is what you are looking for: https://www.youtube.com/watch?v=o07uoolqtwo