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.
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
(there is a lot of hints in tutorial).
Thanks a lot! I am still struggling to apply it on another image. Will go trough this one to try.
Thanks again!